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

Method openIntern

source/Gui/NewSimulationDialog.cpp:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void NewSimulationDialog::openIntern()
64{
65 auto worldSize = _simulationFacade->getWorldSize();
66 _width = worldSize.x;
67 _height = worldSize.y;
68}
69
70void NewSimulationDialog::onNewSimulation()
71{

Callers

nothing calls this directly

Calls 1

getWorldSizeMethod · 0.80

Tested by

no test coverage detected