Cleanup: quite missing-variable-declarations warnings

This commit is contained in:
2022-01-11 18:14:53 +11:00
parent 9af81c2b74
commit d608b98145
3 changed files with 5 additions and 5 deletions

View File

@@ -46,7 +46,7 @@ typedef enum {
OBJ_AXIS_NEGATIVE_Z_FORWARD = 5,
} eTransformAxisForward;
const int TOTAL_AXES = 3;
static const int TOTAL_AXES = 3;
struct OBJExportParams {
/** Full path to the destination .OBJ file. */