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.features/potocpav-newer-lines-2
parent
b039dbc62e
commit
8606d9fa11
2 changed files with 3 additions and 3 deletions
Loading…
Reference in New Issue