Skip to content

Commit

Permalink
Remove accidental double space
Browse files Browse the repository at this point in the history
  • Loading branch information
Foereaper committed Aug 5, 2024
1 parent 5065a65 commit 0e736f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElunaTemplate.h
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ class ElunaTemplate

// create metatable for userdata of this type
luaL_newmetatable(E->L, tname);
int metatable = lua_gettop(E->L);
int metatable = lua_gettop(E->L);

// push methodtable to stack to be accessed and modified by users
lua_pushvalue(E->L, metatable);
Expand Down

0 comments on commit 0e736f1

Please sign in to comment.