forked from Green-Sky/tomato
actually call update
This commit is contained in:
parent
59df8c6748
commit
4efdbf2e84
@ -358,6 +358,8 @@ Screen* MainScreen::render(float time_delta, bool&) {
|
|||||||
const float ctc_interval = contact_tc.update();
|
const float ctc_interval = contact_tc.update();
|
||||||
const float msgtc_interval = msg_tc.update();
|
const float msgtc_interval = msg_tc.update();
|
||||||
|
|
||||||
|
si.render(time_delta);
|
||||||
|
|
||||||
const float cg_interval = cg.render(time_delta); // render
|
const float cg_interval = cg.render(time_delta); // render
|
||||||
sw.render(); // render
|
sw.render(); // render
|
||||||
osui.render();
|
osui.render();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user