mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Fix typo
This commit is contained in:
@@ -207,7 +207,6 @@ int w__setDefaultModalDrawCallback(lua_State *L)
|
||||
Reference *r = new Reference(L);
|
||||
lua_pop(L, 1);
|
||||
|
||||
Event::ModalDrawData data = {};
|
||||
data.draw = drawCallback;
|
||||
data.cleanup = cleanupCallback;
|
||||
data.context = r;
|
||||
|
||||
Reference in New Issue
Block a user