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
That's because the constant isn't bound in ClassDB for some reason, so it's not exposed to GDScript either, will see about a fix, is easy and assuming it's just an oversight
Godot version
Godot_v4.0.2-stable_mono_win64
System information
Windows 11 22H2
Issue description
enum CompressMode in C# glue lacks the Astc option
![image](https://user-images.githubusercontent.com/43518523/231683044-5d96c429-036e-4d26-9e73-ac2439ea74ed.png)
Steps to reproduce
CompressMode
and jump to that class.Minimal reproduction project
N/A
Workaround
use
Image.CompressMode.Bptc + 1
instead of the non-existingImage.CompressMode.Astc
The text was updated successfully, but these errors were encountered: