mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
Missing comma
This commit is contained in:
parent
faabf29e84
commit
591548dc38
1 changed files with 1 additions and 1 deletions
|
@ -420,7 +420,7 @@ private:
|
|||
IS_DEPTH_ONLY = (1 << IS_DEPTH_ONLY_FLAG),
|
||||
IS_SHADOW = (1 << IS_SHADOW_FLAG),
|
||||
IS_MIRROR = (1 << IS_MIRROR_FLAG),
|
||||
IS_WIREFRAME = (1 << IS_WIREFRAME_FLAG)
|
||||
IS_WIREFRAME = (1 << IS_WIREFRAME_FLAG),
|
||||
};
|
||||
typedef unsigned short Flags;
|
||||
|
||||
|
|
Loading…
Reference in a new issue