mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +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
|
||||
// ie. Use a camera object stored in the game logic and informs the Engine on where the secondary
|
||||
// camera should be.
|
||||
// updateSecondaryCameraViewFrustum();
|
||||
updateSecondaryCameraViewFrustum();
|
||||
}
|
||||
|
||||
quint64 now = usecTimestampNow();
|
||||
|
|
Loading…
Reference in a new issue