Commit be590bf2 authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

Fixed ConsoleTest

parent 60d4ee03
...@@ -14,7 +14,7 @@ namespace ConsoleTest ...@@ -14,7 +14,7 @@ namespace ConsoleTest
{ {
public static void func() public static void func()
{ {
KopiLua.LuaDebug info = new KopiLua.LuaDebug (); KeraLua.LuaDebug info = new KeraLua.LuaDebug ();
int level = 0; int level = 0;
StringBuilder sb = new StringBuilder (); StringBuilder sb = new StringBuilder ();
while (m_lua.GetStack (level,ref info) != 0) { while (m_lua.GetStack (level,ref info) != 0) {
......
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