Esempio n. 1
0
	void run(float dt){
		//clear
		getRender().doClear();
		//draw left
        drawModels();
        //draw ui
        ui.draw();
	}