1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-08-14 00:54:05 +02:00
This commit is contained in:
XProger
2018-02-05 05:03:33 +03:00
parent 976c87d64d
commit 7b61ceb638

View File

@@ -544,8 +544,11 @@ struct Camera : ICamera {
if (!firstPerson || viewIndex != -1) {
if (timer > 0.0f)
if (timer > 0.0f) {
timer -= Core::deltaTime;
if (timer <= 0.0f)
resetTarget();
}
TR::Location to;