You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Create a blank project.
Add a topdown 2d scene.
Compile.
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
The text was updated successfully, but these errors were encountered:
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:
Expected behavior
Since the project contains no logo scene, it shouldn't be compiled.
Platform (please complete the following information):
The text was updated successfully, but these errors were encountered: