godot-extended-libraries / godot-next

Godot Node Extensions - Basic Node Extensions for Godot Engine
MIT License
957 stars 61 forks source link

Bitflag Class - Function error #78

Open nonunknown opened 4 years ago

nonunknown commented 4 years ago

I'm using the Bitflag class, the following function (when you place the Bitflag.gd into project folder) pushes the following error:

Screenshot from 2020-08-03 17-27-17

Workaround the only workaround I've found was commenting the mentioned function, but the class itself still works

Godot info Using Godot 3.2.3 RC2

willnationsdev commented 4 years ago

I'll have to look into this when I get a chance.