commit | 8606d9fa1121b463295934aa7200a234054721d1 | [log] [tgz] |
---|---|---|
author | Elias Daler <eliasdaler@yandex.ru> | Mon Oct 15 18:07:06 2018 +0300 |
committer | omar <ocornut@users.noreply.github.com> | Mon Oct 15 17:07:06 2018 +0200 |
tree | 22fc15e994006d5cd484faa4fde04eeb6ec9e776 | |
parent | b039dbc62eb76026a2c617c54819bea54d5c7b4e [diff] |
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.