Skip to content

Commit

Permalink
Samples: RectLight - show pointer (#2925)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joilnen authored Aug 22, 2023
1 parent faf81ef commit e2e0b52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Samples/Simple/include/RectLight.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ class _OgreSampleClassExport Sample_RectLight : public SdkSample
mCameraMan->setYawPitchDist(Degree(180), Degree(15), 50);

mTrayMgr->createCheckBox(TL_TOPLEFT, "rectlight", "Rectangular Light")->setChecked(true, false);
mTrayMgr->showCursor();
}

void checkBoxToggled(CheckBox* box) override
Expand Down

0 comments on commit e2e0b52

Please sign in to comment.