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
W 0:00:00:0329 Integer used when an enum value is expected. If this is intended cast the integer to the enum type.
<Error de C++> INT_ASSIGNED_TO_ENUM
<Fuente> custom_progress_bar.gd:6
Which doesn't really make any sense as no Integer is being cast (?)
Steps to reproduce
Create a GDScript script
Declare and initialize an enum variable as specified above
Run the code and check the warnings
Minimal reproduction project
N/A
The text was updated successfully, but these errors were encountered:
Godot version
4.0 beta 6
System information
Linux
Issue description
When exporting a variable of an enum type, in this case:
The console generates the following warning:
Which doesn't really make any sense as no Integer is being cast (?)
Steps to reproduce
Minimal reproduction project
N/A
The text was updated successfully, but these errors were encountered: