Skip to content

Commit

Permalink
更新至1.0.7.368 64位除0问题
Browse files Browse the repository at this point in the history
  • Loading branch information
jarjin2000 committed Sep 10, 2017
1 parent 4f93e18 commit ee44dd9
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Assets/LuaFramework/ToLua/Core/LuaState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ public LuaState()
mainState = this;
}

float time = Time.realtimeSinceStartup;
float time = Time.realtimeSinceStartup;
InitTypeTraits();
InitStackTraits();
InitStackTraits();
L = LuaNewState();
LuaException.Init(L);
stateMap.Add(L, this);
Expand Down Expand Up @@ -1276,6 +1276,8 @@ void PushUserData(object o, int reference)
{
return;
}

translator.Destroyudata(index);
}

index = translator.AddObject(o);
Expand Down
Binary file modified Assets/Plugins/Android/libs/armeabi-v7a/libtolua.so
Binary file not shown.
Binary file modified Assets/Plugins/Android/libs/x86/libtolua.so
Binary file not shown.
Binary file modified Assets/Plugins/iOS/libtolua.a
Binary file not shown.
Binary file modified Assets/Plugins/tolua.bundle/Contents/MacOS/tolua
Binary file not shown.
Binary file modified Assets/Plugins/x86/tolua.dll
Binary file not shown.
Binary file modified Assets/Plugins/x86_64/tolua.dll
Binary file not shown.
Binary file modified Assets/Sproto.New.zip
Binary file not shown.

0 comments on commit ee44dd9

Please sign in to comment.