Skip to content
New issue

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

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

Already on GitHub? # to your account

reset background color when closing scene #579

Merged
merged 2 commits into from
Mar 12, 2024

Conversation

neph1
Copy link
Contributor

@neph1 neph1 commented Mar 11, 2024

update troubleshooting url
cleanup

Fixes #525

neph1 added 2 commits March 11, 2024 16:13
update troubleshooting url
cleanup
# Conflicts:
#	jme3-core/src/com/jme3/gde/core/scene/SceneApplication.java
camController.disable();
}
enableCamLight(false);
viewPort.setBackgroundColor(backgroundColor);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Reset bg color when scene is closed

private static final ActionListener lst = (ActionEvent e) -> {
try {
HtmlBrowser.URLDisplayer.getDefault().showURL(
URI.create("https://wiki.jmonkeyengine.org/docs/3.4/sdk/troubleshooting.html#troubleshooting-jmonkeyengine3-sdk").toURL());
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Update url to troubleshooting

@neph1 neph1 added this to the 3.7 milestone Mar 11, 2024
@neph1 neph1 merged commit 1aeb071 into jMonkeyEngine:master Mar 12, 2024
1 check passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ViewPort is not recreated/reset by opening another j3o file
2 participants