resolved 1 warning on cast

This commit is contained in:
Nico Pietroni 2013-11-24 15:08:27 +00:00
parent 6ec2689383
commit d4eb599a66
1 changed files with 1 additions and 1 deletions

View File

@ -445,7 +445,7 @@ void DrawFill()
if(tm==TMPerWedgeMulti)
{
curtexname=(*fi).WT(0).n();
if ((curtexname >= 0) && (curtexname < TMId.size()))
if ((curtexname >= 0) && (curtexname < (int)TMId.size()))
{
glEnable(GL_TEXTURE_2D);
glBindTexture(GL_TEXTURE_2D,TMId[curtexname]);