Browse Source

Fixed Lua source code listing on exception in LuaScript component

master
chrisgregan 9 years ago
parent
commit
a61c8bf9fd
  1. 2
      Assets/Fungus/Thirdparty/FungusLua/Scripts/LuaScript.cs

2
Assets/Fungus/Thirdparty/FungusLua/Scripts/LuaScript.cs vendored

@ -138,7 +138,7 @@ namespace Fungus
} }
else else
{ {
luaEnvironment.RunLuaCoroutine(luaFunction, friendlyName); luaEnvironment.RunLuaCoroutine(luaFunction, luaScript);
} }
} }
} }

Loading…
Cancel
Save