This commit is contained in:
Jonas Kulla 2013-10-19 01:47:12 +02:00
parent 82e2901726
commit 7236ca0515
1 changed files with 1 additions and 1 deletions

View File

@ -224,8 +224,8 @@ Bitmap::Bitmap(const char *filename)
else
{
/* Regular surface */
TEXFBO tex;
try
{
tex = shState->texPool().request(imgSurf->w, imgSurf->h);