"Core/LuaInterface/Event/EventMasks.cs" did not exist on "6218d7112e92bd41ffed205d531d342e61e6caa8"
Commit e4234666 authored by Isaac Brodsky's avatar Isaac Brodsky
Browse files

Whitespace only commit

parent e198d37f
...@@ -210,7 +210,7 @@ namespace NLuaTest ...@@ -210,7 +210,7 @@ namespace NLuaTest
lua.DoString ("struct=TestStruct(2)"); lua.DoString ("struct=TestStruct(2)");
lua.DoString ("test.Struct = struct"); lua.DoString ("test.Struct = struct");
lua.DoString ("val=test.Struct.val"); lua.DoString ("val=test.Struct.val");
Assert.AreEqual (2.0d, (double)lua ["val"]); Assert.AreEqual (2.0d, (double)lua ["val"]);
} }
} }
......
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