Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 23, 2011, 3:05:58 PM (13 years ago)
Author:
landauf
Message:

added config value to enable/disable preloading of menu sheets during startup (fast menus vs fast startup)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/data/gui/scripts/GUISheet.lua

    r8079 r8862  
    7676
    7777    -- Also load additional sheets to avoid display lags
    78     if self.loadAlong then
     78    if self.loadAlong and orxonox.GUIManager:preloadMenuSheets() then
    7979        for k, sheet in pairs(self.loadAlong) do
    8080            loadSheet(sheet)
Note: See TracChangeset for help on using the changeset viewer.