We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 878ffbd commit 04925bbCopy full SHA for 04925bb
Plateau2/Plateau2.cpp
@@ -115,6 +115,9 @@ Plateau2::Plateau2(const InstanceInfo& info)
115
pGraphics->OpenURL("https://www.youtube.com/watch?v=dQw4w9WgXcQ");
116
}
117
118
+ //Reset the page to the main page when the UI is created
119
+ currentPage = 0;
120
+
121
pGraphics->AttachCornerResizer(EUIResizerMode::Scale, false);
122
pGraphics->AttachSVGBackground(BACKGROUND_FN);
123
0 commit comments