Minor fixes

This commit is contained in:
Eduardo Bart
2012-08-24 14:16:30 -03:00
parent f97fa65d37
commit 715f560b79
2 changed files with 5 additions and 7 deletions

View File

@@ -52,8 +52,8 @@ local function setupGraphicsEngines()
end
if not g_graphics.canCacheBackbuffer() then
graphicsPanel:getChildById('foregroundFrameRateScrollBar'):disable()
graphicsPanel:getChildById('foregroundFrameRateLimitLabel'):disable()
graphicsPanel:getChildById('foregroundFrameRate'):disable()
graphicsPanel:getChildById('foregroundFrameRateLabel'):disable()
end
end