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

[Tests] Fix test regression without editor #88449

Merged
merged 1 commit into from
Feb 17, 2024

Conversation

AThousandShips
Copy link
Member

@AThousandShips AThousandShips added this to the 4.3 milestone Feb 17, 2024
@AThousandShips AThousandShips requested a review from a team as a code owner February 17, 2024 17:09
Comment on lines +276 to +282
#ifdef TOOLS_ENABLED
if (name.find("[Editor]") != -1) {
Engine::get_singleton()->set_editor_hint(true);
EditorPaths::create();
EditorSettings::create();
}
#endif // TOOLS_ENABLED
Copy link
Member Author

Choose a reason for hiding this comment

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

Unsure if we should error here when not using a tools build just to warn, didn't add anything right now but can do if desired

@akien-mga akien-mga merged commit 4f59a77 into godotengine:master Feb 17, 2024
16 checks passed
@akien-mga
Copy link
Member

Thanks!

@AThousandShips AThousandShips deleted the test_tool_fix branch February 17, 2024 18:43
@AThousandShips
Copy link
Member Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

undefined reference errors during debug template compilation
2 participants