Docs update, binaries link + Backend: Allegro: fix warning (#5281)

This commit is contained in:
ocornut
2022-05-04 15:00:41 +02:00
parent 6d27fecce1
commit 55f8989392
5 changed files with 14 additions and 12 deletions

View File

@ -234,7 +234,7 @@ bool ImGui_ImplAllegro5_CreateDeviceObjects()
return false;
// Store our identifier
io.Fonts->SetTexID((void*)cloned_img);
io.Fonts->SetTexID((ImTextureID)(intptr_t)cloned_img);
bd->Texture = cloned_img;
// Create an invisible mouse cursor