Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/micmacIGN/micmac
Browse files Browse the repository at this point in the history
  • Loading branch information
erupnik committed Jan 21, 2024
2 parents c771ba3 + 7226112 commit 2a58c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MMVII/src/CodedTarget/cGenerateTarget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ void cParamCodedTarget::AddData(const cAuxAr2007 & anAuxParam)
MMVII::AddData(cAuxAr2007("WithChessBoard",anAux),mWithChessboard);
MMVII::AddData(cAuxAr2007("WhiteBackGround",anAux),mWhiteBackGround);
MMVII::AddData(cAuxAr2007("ZeroIsBackGround",anAux),mZeroIsBackGround);
MMVII::AddData(cAuxAr2007("AntiClockWiseBit,",anAux),mAntiClockWiseBit);
MMVII::AddData(cAuxAr2007("AntiClockWiseBit",anAux),mAntiClockWiseBit);

MMVII::AddData(cAuxAr2007("RayOrientTablet",anAux),mRayOrientTablet);
MMVII::AddData(cAuxAr2007("CenterOrientTablet",anAux),mCenterOrientTablet);
Expand Down

0 comments on commit 2a58c07

Please sign in to comment.