"packages/KeraLua.1.0.10/lib/MonoAndroid/KeraLua.dll" did not exist on "1cc743933ca4413e846ca0ac07bc6c8d4afa5723"
Commit 0d7c7f74 authored by Megax's avatar Megax
Browse files

* Pár adat fixálva.

parent 0032a2c3
......@@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>LuaInterface</RootNamespace>
<AssemblyName>LuaInterface</AssemblyName>
<AssemblyName>Mono.LuaInterface</AssemblyName>
<OldToolsVersion>2.0</OldToolsVersion>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
</PropertyGroup>
......
......@@ -759,7 +759,7 @@ namespace Mono.LuaInterface
*/
internal void push(IntPtr luaState, object o)
{
Console.WriteLine("push: {0}, {1}", o, luaState);
//Console.WriteLine("push: {0}, {1}", o, luaState);
if(o==null)
{
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