Merge pull request #2248 from lukaspj/new-cinterface

New cinterface
This commit is contained in:
Areloch 2018-12-09 15:28:22 -06:00 committed by GitHub
commit cbc09534e4
15 changed files with 639 additions and 990 deletions

View file

@ -455,7 +455,6 @@ class SimObject: public ConsoleObject, public TamlCallbacks
{
T* object = new T;
object->incRefCount();
object->registerObject();
return object;
}