[librptexture] ICOPrivate::loadImage_Win3(): Minor adjustment to the assertion message.

This commit is contained in:
David Korth 2025-06-09 19:45:04 -04:00
parent 11da731ef7
commit 222f2456fd

View File

@ -714,7 +714,7 @@ rp_image_const_ptr ICOPrivate::loadImage_Win3(void)
switch (bitcount) {
default:
// Not supported yet...
assert(!"Win3.x icon format is not supported!");
assert(!"This Win3.x icon format is not supported yet!");
return {};
case 1: