MCPcopy Create free account
hub / github.com/Hopson97/HopsonCraft / update

Method update

Source/Application.cpp:64–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void Application::update(float elapsed)
65{
66 m_states.back()->fixedUpdate (m_camera, elapsed);
67 #ifdef MUSIC_PLAYER_ACTIVE
68 musicPlayer.update();
69 #endif // MUSIC_PLAYER_ACTIVE
70}
71
72void Application::pushState(std::unique_ptr<State::Game_State> state)
73{

Callers 1

runMainGameLoopMethod · 0.45

Calls 1

fixedUpdateMethod · 0.45

Tested by

no test coverage detected