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

Fixed possible null exception in ImGuiManager #3

Merged
merged 1 commit into from
Jun 18, 2024
Merged

Fixed possible null exception in ImGuiManager #3

merged 1 commit into from
Jun 18, 2024

Conversation

NinovanderMark
Copy link
Contributor

I ran into this exception after adding ImGUI version 2023.3.1.2 to an Evergine project, it happens when closing the application.

My assumption is that the camera is disposed before the ImGuiManager, making the ActiveCamera3D property return null.

Please let me know if any changes are required before this can be merged.

Copy link
Member

@jcant0n jcant0n left a comment

Choose a reason for hiding this comment

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

Thank you for your feedback and code.

@jcant0n jcant0n merged commit 499377c into EvergineTeam:main Jun 18, 2024
@NinovanderMark NinovanderMark deleted the null-reference-fix branch June 21, 2024 05:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants