Fixed epic bug in runtime.cpp causing non-Lua-owned objects to be released by Lua GC.

This commit is contained in:
rude
2009-09-05 16:14:52 +02:00
parent fea48f421c
commit 3c2bd1bd9c
12 changed files with 1038 additions and 10 deletions
+2
View File
@@ -47,6 +47,7 @@
BasicRuntimeChecks="3"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
ObjectFile="$(IntDir)\physics\box2d\"
WarningLevel="3"
DebugInformationFormat="4"
/>
@@ -121,6 +122,7 @@
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
ObjectFile="$(IntDir)\physics\box2d\"
WarningLevel="3"
DebugInformationFormat="3"
/>