MCPcopy Create free account
hub / github.com/TankOs/SFGUI / ~SampleApp

Method ~SampleApp

examples/Test.cpp:142–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142SampleApp::~SampleApp() {
143 if( m_custom_draw_display_list ) {
144 glDeleteLists( m_custom_draw_display_list, 1 );
145 }
146
147 Ouchy::m_ouchies.clear();
148}
149
150void SampleApp::Run() {
151 //m_window.SetFramerateLimit( 60 );

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected