changeset 2002 | 37c71f5983c9 |
parent 1915 | c357f5b55320 |
child 2047 | 805f7b62cff6 |
--- a/hedgewars/uWorld.pas Fri Apr 17 19:58:21 2009 +0000 +++ b/hedgewars/uWorld.pas Fri Apr 17 20:13:46 2009 +0000 @@ -417,7 +417,9 @@ CountTicks:= 0; s:= inttostr(FPS) + ' fps'; if fpsTexture <> nil then FreeTexture(fpsTexture); +{$IFNDEF IPHONE} tmpSurface:= TTF_RenderUTF8_Blended(Fontz[fnt16].Handle, Str2PChar(s), $FFFFFF); +{$ENDIF} fpsTexture:= Surface2Tex(tmpSurface); SDL_FreeSurface(tmpSurface) end;