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

Method fixedUpdate

Source/States/SMain_Menu.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 { }
36
37 void Main_Menu::fixedUpdate(Camera& camera, float dt)
38 {
39 m_pActiveMenu->update();
40 }
41
42 void Main_Menu::draw(Renderer::Master& renderer)
43 {

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected