Add missing Profiler function when profiling is disabled

This commit is contained in:
sephiroth99 2017-06-05 23:30:20 -04:00 committed by Doug Johnson
parent c438458426
commit 11637af8e9
1 changed files with 1 additions and 0 deletions

View File

@ -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