Fixed betterC compilation
This commit is contained in:
parent
6929f5a748
commit
2f827a94db
2 changed files with 7 additions and 7 deletions
|
|
@ -61,7 +61,7 @@ unittest
|
|||
|
||||
void handleEvent(Entity* entity, Event2 event)
|
||||
{
|
||||
id = gEM.addEntity(tmpl,[CInt(2).ref_, CLong(8).ref_].staticArray).id;
|
||||
id = gEM.addEntity(tmpl).id;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue