GetMouseOffset and GetMouseScale.

This commit is contained in:
jussi
2024-07-02 20:49:25 +03:00
parent fd18b5526e
commit 61c932f260
16 changed files with 121 additions and 56 deletions

View File

@@ -303,7 +303,7 @@ int lguiGuiGetIcons( lua_State* L ) {
};
memcpy( buffer.data, GuiGetIcons(), dataSize );
uluaPushBuffer( L, buffer );
uluaPushBuffer( L, buffer );
return 1;
}