MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / initFramerate

Method initFramerate

src/Core/Engine/Engine.cpp:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 void Engine::initFramerate()
48 {
49 m_framerate = std::make_unique<Time::FramerateManager>(*m_window);
50 m_framerate->configure(m_config.at("Framerate"));
51 }
52
53 void Engine::initScript()
54 {

Callers 1

initMethod · 0.95

Calls 2

configureMethod · 0.45
atMethod · 0.45

Tested by

no test coverage detected