629630631632633634635636637638639
} }else{ //Draw the current scene Iscene theCurrentScene = this.getCurrentScene(); if (theCurrentScene != null){ theCurrentScene.drawAndUpdate(this.g, timeDelta); } } // */ /*