Advertisement

Binding bug

Started by July 30, 2006 03:37 AM
0 comments, last by WitchLord 18 years, 3 months ago
Suppose I have a script which uses several modules. If I don't call UnbindAllImportedFunctions explicitly after the script is over, there is an assertion when deleting the engine. I think that the engine should automatically unbind and release all modules when being deleted.
Hmm, you're right the engine should automatically release everything when it is being deleted.

I'll verify what's wrong and fix it.

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

This topic is closed to new replies.

Advertisement