This commit is contained in:
Jeffrey Ventrella 2013-08-05 16:26:32 -07:00
parent 1a2c8f9875
commit f51db292a4

View file

@ -2562,7 +2562,7 @@ void Application::update(float deltaTime) {
if (_renderParticleSystemOn->isChecked()) {
updateParticleSystem(deltaTime);
}
}
}
void Application::updateAvatar(float deltaTime) {