Skip to content

Commit

Permalink
Fix compiler error for RedCoinSwitch
Browse files Browse the repository at this point in the history
  • Loading branch information
bavario-lginc authored May 28, 2024
1 parent 6cda006 commit 79e0d98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PTD/RedCoinSystem/source/RedCoinSwitch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ void RedCoinSwitch::init(const JMapInfoIter& rIter) {
MR::getJMapInfoArg0NoInit(rIter, &mTime);
MR::getJMapInfoArg1NoInit(rIter, &mMode);

mTimeLimitLayout = new TimeLimitLayout(1);
mTimeLimitLayout = new TimeLimitLayout();

MR::connectToSceneLayout(mTimeLimitLayout);
mTimeLimitLayout->setDisplayModeOnNormal(1);
Expand Down Expand Up @@ -106,4 +106,4 @@ namespace NrvRedCoinSwitch {
NrvWait(NrvWait::sInstance);
NrvPress(NrvPress::sInstance);
NrvRelease(NrvRelease::sInstance);
}
}

0 comments on commit 79e0d98

Please sign in to comment.