-Font init cleanup. Now has a dedicated position in startup initilization.
This commit is contained in:
@@ -61,6 +61,7 @@ typedef enum {
|
||||
STATE_LOGIN_PROCESS_RESPONSE, // Check authentication reply
|
||||
STATE_WORLD_INIT, // Start building the world
|
||||
STATE_MULTIMEDIA_INIT, // Init the rest of multimedia library
|
||||
STATE_FONT_INIT, // Load default fonts
|
||||
STATE_SEED_GRANTED_WAIT, // Wait for seed cap grant
|
||||
STATE_SEED_CAP_GRANTED, // Have seed cap grant
|
||||
STATE_WORLD_WAIT, // Waiting for simulator
|
||||
@@ -95,6 +96,8 @@ public:
|
||||
static void multimediaInit();
|
||||
// Initialize LLViewerMedia multimedia engine.
|
||||
|
||||
// Load default fonts not already loaded at start screen
|
||||
static void fontInit();
|
||||
|
||||
static void initNameCache();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user