MCPcopy Create free account
hub / github.com/chrxh/alien / setup

Method setup

source/Gui/MainLoopController.cpp:68–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void MainLoopController::setup(SimulationFacade const& simulationFacade, PersisterFacade const& persisterFacade)
69{
70 _simulationFacade = simulationFacade;
71 _persisterFacade = persisterFacade;
72
73 _logo = OpenGLHelper::loadTexture(Const::LogoFilename);
74 _saveOnExit = GlobalSettings::get().getValue("controllers.main loop.save on exit", _saveOnExit);
75}
76
77void MainLoopController::process()
78{

Callers

nothing calls this directly

Calls 1

getValueMethod · 0.80

Tested by

no test coverage detected