Rename enum AttrFlags -> AttrFlag

This commit is contained in:
Leroy Hopson 2024-02-10 15:53:03 +13:00
parent f4c80e6201
commit 6b1c9d818a
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
2 changed files with 3 additions and 3 deletions

View file

@ -28,7 +28,7 @@ namespace godot
};
public:
enum AttrFlags
enum AttrFlag
{
INVERSE = 1 << 0,
BLINK = 1 << 1,