forgot to add profiler to servermain.cpp
parent
97dc966759
commit
63ae3d7387
|
@ -79,6 +79,9 @@ Settings g_settings;
|
||||||
|
|
||||||
extern void set_default_settings();
|
extern void set_default_settings();
|
||||||
|
|
||||||
|
// Global profiler
|
||||||
|
Profiler g_profiler;
|
||||||
|
|
||||||
// A dummy thing
|
// A dummy thing
|
||||||
ITextureSource *g_texturesource = NULL;
|
ITextureSource *g_texturesource = NULL;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue