started working on graphics config
This commit is contained in:
parent
585768f33d
commit
13ef683164
5 changed files with 69 additions and 67 deletions
|
|
@ -364,7 +364,7 @@ void ARC_ConfigData_RunVariableLineTag(ARC_ParserTagToken *tagToken, ARC_Config
|
|||
}
|
||||
|
||||
//passed the parsed value into the copy type function and set the destroy function
|
||||
type->copyFn(&(typeData->data), childTagToken, config);
|
||||
type->copyFn(&(typeData->data), childTagToken, config, type->userdata);
|
||||
typeData->destroyFn = type->destroyFn;
|
||||
|
||||
//add to the current group hashtable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue