mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-07-05 13:15:32 +02:00
Rename enum AttrFlags -> AttrFlag
This commit is contained in:
parent
f4c80e6201
commit
6b1c9d818a
2 changed files with 3 additions and 3 deletions
|
@ -28,7 +28,7 @@ namespace godot
|
|||
};
|
||||
|
||||
public:
|
||||
enum AttrFlags
|
||||
enum AttrFlag
|
||||
{
|
||||
INVERSE = 1 << 0,
|
||||
BLINK = 1 << 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue