* Timing fixes, some Android work
git-svn-id: svn://rtsoft.com/rtsvn/projects/RTDink@1515 353e56fe-9613-0410-8469-b96ad8e6f29c
This commit is contained in:
parent
4174db5427
commit
63adc575a8
11 changed files with 135 additions and 19 deletions
|
@ -482,7 +482,7 @@ void OptionsMenuAddScrollContent(Entity *pParent)
|
|||
y += GetSize2DEntity(pEnt).y;
|
||||
y += spacerY;
|
||||
|
||||
|
||||
/*
|
||||
//fps limit
|
||||
pEnt = CreateTextLabelEntity(pBG, "", startX, y, "Lock to 30 FPS:");
|
||||
SetupTextEntity(pEnt,fontID);
|
||||
|
@ -499,7 +499,8 @@ void OptionsMenuAddScrollContent(Entity *pParent)
|
|||
|
||||
uint32 videoFPS = GetApp()->GetVar("fpsLimit")->GetUINT32();
|
||||
SetupLightBarSelect(pBG, "fps_limit_", videoFPS, MAKE_RGBA(190, 0, 35, 255));
|
||||
|
||||
*/
|
||||
|
||||
if (GetPlatformID() != PLATFORM_ID_IOS)
|
||||
{
|
||||
y += spacerY;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue