Commit fc9a99fb authored by cutealien's avatar cutealien

Reset group-page as well when calling CGUIProfiler::firstPage.


git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4820 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 88ca6f2b
...@@ -217,6 +217,7 @@ void CGUIProfiler::firstPage(bool includeOverview) ...@@ -217,6 +217,7 @@ void CGUIProfiler::firstPage(bool includeOverview)
CurrentGroupIdx = 0; CurrentGroupIdx = 0;
else else
CurrentGroupIdx = 1; // can be invalid CurrentGroupIdx = 1; // can be invalid
CurrentGroupPage = 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment