mirror of
https://github.com/aap/librw.git
synced 2026-01-22 02:52:56 +00:00
@@ -143,7 +143,7 @@ Charset::printChar(uint32 c, int32 x, int32 y)
|
||||
RWDEVICE::Im2DVertex *vert;
|
||||
uint16 *ix;
|
||||
|
||||
if(c >= this->desc.count)
|
||||
if((int32)c >= this->desc.count)
|
||||
return;
|
||||
|
||||
if(this->raster != lastRaster || numChars >= NUMCHARS)
|
||||
|
||||
Reference in New Issue
Block a user