Fixed a misleading comment.

This commit is contained in:
Alex Szpakowski
2014-12-23 04:01:03 -04:00
parent 60eceadc0a
commit fdee6f0e30
+1 -1
View File
@@ -191,7 +191,7 @@ int main(int argc, char **argv)
lua_pushstring(L, "love");
lua_call(L, 1, 1); // leave the returned table on the stack.
// Add love.__exe = true.
// Add love._exe = true.
// This indicates that we're running the standalone version of love, and not
// the library version.
{