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

src/states/logo.c is always compiled, even if there is no logo scene #1653

Open
sharkeylaser opened this issue Nov 19, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@sharkeylaser
Copy link

Describe the bug
src/states/logo.c is compiled, even if there is no logo scene in the project. With the recent changes to the compiler so that it only compiles the scene types it needs, I don't think this is intended behavior.

To Reproduce
Steps to reproduce the behavior:

  1. Create a blank project.
  2. Add a topdown 2d scene.
  3. Compile.
  4. Notice in the build log, it states "Compiling: src/states/logo.c" even though it shouldn't.

Expected behavior
Since the project contains no logo scene, it shouldn't be compiled.

Platform (please complete the following information):

  • OS: Windows 11
  • App version 4.2.0 alpha
@sharkeylaser sharkeylaser added the bug Something isn't working label Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant