mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 20:36:49 +02:00
ya
This commit is contained in:
parent
1a2c8f9875
commit
f51db292a4
1 changed files with 1 additions and 1 deletions
|
@ -2562,7 +2562,7 @@ void Application::update(float deltaTime) {
|
||||||
|
|
||||||
if (_renderParticleSystemOn->isChecked()) {
|
if (_renderParticleSystemOn->isChecked()) {
|
||||||
updateParticleSystem(deltaTime);
|
updateParticleSystem(deltaTime);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void Application::updateAvatar(float deltaTime) {
|
void Application::updateAvatar(float deltaTime) {
|
||||||
|
|
Loading…
Reference in a new issue