Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
NLua
Commits
0d7c7f74
"packages/KeraLua.1.0.10/lib/MonoAndroid/KeraLua.dll" did not exist on "1cc743933ca4413e846ca0ac07bc6c8d4afa5723"
Commit
0d7c7f74
authored
Dec 09, 2011
by
Megax
Browse files
* Pár adat fixálva.
parent
0032a2c3
Changes
2
Show whitespace changes
Inline
Side-by-side
LuaInterface/LuaInterface.csproj
View file @
0d7c7f74
...
...
@@ -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>
...
...
LuaInterface/ObjectTranslator.cs
View file @
0d7c7f74
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment