Fix Clang/GCC's null-conversion warning: (#2081)
The warning is "implicit conversion of NULL constant to 'unsigned int' [-Wnull-conversion]". Happens when ImTextureID is not a void*, but unsigned int, for example.
1 parent b039dbc commit 8606d9fa1121b463295934aa7200a234054721d1
@Elias Daler Elias Daler authored on 15 Oct 2018
omar committed on 15 Oct 2018
Showing 2 changed files
View
imgui.h
View
imgui_draw.cpp