Added a FG_CLIPPER debug type for the polygon clipper lib.
This commit is contained in:
parent
91efc5ad87
commit
236a1f2a2d
@ -17,7 +17,8 @@ typedef enum {
|
||||
FG_AIRCRAFT = 0x00000400,
|
||||
FG_AUTOPILOT = 0x00000800,
|
||||
FG_SERIAL = 0x00001000,
|
||||
FG_UNDEFD = 0x00002000, // For range checking
|
||||
FG_CLIPPER = 0x00002000,
|
||||
FG_UNDEFD = 0x00004000, // For range checking
|
||||
|
||||
FG_ALL = 0xFFFFFFFF
|
||||
} fgDebugClass;
|
||||
|
Loading…
Reference in New Issue
Block a user