Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid rendering the entire scene twice each frame #909

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

toberge
Copy link
Contributor

@toberge toberge commented Dec 23, 2024

The overview camera has been enabled in the background and caused double rendering load this entire time. These changes should fix the problem, but some hiccups will still happen when playing in splitscreen and switching to the overview camera after one player is dead.

Closes #908

@toberge toberge requested a review from Fueredoriku December 23, 2024 16:50
The overview camera has been enabled in the background and caused double
rendering load *this entire time*. These changes should fix the problem,
but some hiccups will still happen when playing in splitscreen and
switching to the overview camera after one player is dead.
@toberge toberge force-pushed the fix/stop-rendering-twice branch from ab78308 to ece06be Compare December 23, 2024 16:51
Copy link
Contributor

@Fueredoriku Fueredoriku left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, better late than never 😅

@toberge toberge merged commit 9886607 into dev Dec 23, 2024
1 check passed
@toberge toberge deleted the fix/stop-rendering-twice branch December 23, 2024 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done 🎉
Development

Successfully merging this pull request may close these issues.

Avoid rendering two cameras 💀
2 participants