Skip to content

Commit

Permalink
KeywordToString() - added missing 'flares3'
Browse files Browse the repository at this point in the history
  • Loading branch information
ohlidalp committed Dec 4, 2024
1 parent 6263061 commit aa9a423
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/main/resources/rig_def_fileformat/RigDef_File.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ const char * KeywordToString(Keyword keyword)
case Keyword::FIXES: return "fixes";
case Keyword::FLARES: return "flares";
case Keyword::FLARES2: return "flares2";
case Keyword::FLARES3: return "flares3";
case Keyword::FLEXBODIES: return "flexbodies";
case Keyword::FLEXBODY_CAMERA_MODE: return "flexbody_camera_mode";
case Keyword::FLEXBODYWHEELS: return "flexbodywheels";
Expand Down

0 comments on commit aa9a423

Please sign in to comment.