Rename currently unused brickgrid flags
This commit is contained in:
parent
7731acfad2
commit
e3a00341bc
|
@ -35,9 +35,9 @@ struct BrickmapUnpackElement {
|
|||
}
|
||||
|
||||
enum BrickgridFlag {
|
||||
Empty = 0,
|
||||
Unloaded = 1,
|
||||
Loading = 2,
|
||||
_Empty = 0,
|
||||
_Unloaded = 1,
|
||||
_Loading = 2,
|
||||
Loaded = 4,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue