mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 15:09:24 +02:00
Merge pull request #14691 from SamGondelman/multifrustum
Case 20394: Fix multi-frustum view updating
This commit is contained in:
commit
da7cd6b2f7
1 changed files with 1 additions and 1 deletions
|
@ -6273,7 +6273,7 @@ void Application::update(float deltaTime) {
|
||||||
// TODO: Fix this by modeling the way the secondary camera works on how the main camera works
|
// TODO: Fix this by modeling the way the secondary camera works on how the main camera works
|
||||||
// ie. Use a camera object stored in the game logic and informs the Engine on where the secondary
|
// ie. Use a camera object stored in the game logic and informs the Engine on where the secondary
|
||||||
// camera should be.
|
// camera should be.
|
||||||
// updateSecondaryCameraViewFrustum();
|
updateSecondaryCameraViewFrustum();
|
||||||
}
|
}
|
||||||
|
|
||||||
quint64 now = usecTimestampNow();
|
quint64 now = usecTimestampNow();
|
||||||
|
|
Loading…
Reference in a new issue