mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-02 19:35:53 +00:00
fix: resolve all remaining compilation warnings
This commit is contained in:
@@ -1351,7 +1351,7 @@ GDrawTexture * RADLINK UIController::TextureSubstitutionCreateCallback ( void *
|
||||
*height = 64;
|
||||
|
||||
#endif
|
||||
*destroy_callback_data = (void *)id;
|
||||
*destroy_callback_data = (void *)(intptr_t)id;
|
||||
|
||||
app.DebugPrintf("Found substitution texture %ls (%d) - %dx%d\n", (wchar_t *)texture_name, id, image.getWidth(), image.getHeight());
|
||||
return ui.getSubstitutionTexture(id);
|
||||
|
||||
Reference in New Issue
Block a user