diff -r cb850ba733bd -r bf87ca44782e hedgewars/uWorld.pas --- a/hedgewars/uWorld.pas Thu Jul 30 17:32:46 2009 +0000 +++ b/hedgewars/uWorld.pas Thu Jul 30 22:36:57 2009 +0000 @@ -430,7 +430,7 @@ s:= inttostr(FPS) + ' fps'; if fpsTexture <> nil then FreeTexture(fpsTexture); tmpSurface:= TTF_RenderUTF8_Blended(Fontz[fnt16].Handle, Str2PChar(s), $FFFFFF); - fpsTexture:= Surface2Tex(tmpSurface); + fpsTexture:= Surface2Tex(tmpSurface, false); SDL_FreeSurface(tmpSurface) end; if fpsTexture <> nil then