MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / drawTearDown

Method drawTearDown

testbed/src/Gui.cpp:93–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void Gui::drawTearDown() {
94
95 if (mIsDisplayed) {
96 mScreen->draw_widgets();
97 }
98
99 mScreen->draw_teardown();
100}
101
102
103// Update the GUI values with the engine settings from the current scene

Callers 1

startMethod · 0.80

Calls

no outgoing calls

Tested by 1

startMethod · 0.64