Add missing Profiler function when profiling is disabled
This commit is contained in:
parent
c438458426
commit
11637af8e9
|
@ -268,6 +268,7 @@ void Profiler::ToggleDisplay() {}
|
|||
void Profiler::TogglePause() {}
|
||||
void Profiler::set_window(ui::Window* window) {}
|
||||
void Profiler::Present() {}
|
||||
void Profiler::Flip() {}
|
||||
|
||||
#endif // XE_OPTION_PROFILING
|
||||
|
||||
|
|
Loading…
Reference in New Issue