Commit 0d7c7f74 authored by Megax's avatar Megax
Browse files

* Pár adat fixálva.

parent 0032a2c3
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<OutputType>Library</OutputType> <OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder> <AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>LuaInterface</RootNamespace> <RootNamespace>LuaInterface</RootNamespace>
<AssemblyName>LuaInterface</AssemblyName> <AssemblyName>Mono.LuaInterface</AssemblyName>
<OldToolsVersion>2.0</OldToolsVersion> <OldToolsVersion>2.0</OldToolsVersion>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
</PropertyGroup> </PropertyGroup>
......
...@@ -759,7 +759,7 @@ namespace Mono.LuaInterface ...@@ -759,7 +759,7 @@ namespace Mono.LuaInterface
*/ */
internal void push(IntPtr luaState, object o) internal void push(IntPtr luaState, object o)
{ {
Console.WriteLine("push: {0}, {1}", o, luaState); //Console.WriteLine("push: {0}, {1}", o, luaState);
if(o==null) if(o==null)
{ {
LuaLib.lua_pushnil(luaState); LuaLib.lua_pushnil(luaState);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment