Commit 191a484d authored by cutealien's avatar cutealien

Fix typo in comment.


git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4816 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 7a3b638c
...@@ -116,7 +116,7 @@ void CGUIProfiler::updateDisplay() ...@@ -116,7 +116,7 @@ void CGUIProfiler::updateDisplay()
} }
} }
// IGUITable has no page-wise scrolling yet. The following code can be replaced when we add that at. // IGUITable has no page-wise scrolling yet. The following code can be replaced when we add that.
// For now we use some CGUITable implementation info to figure this out. // For now we use some CGUITable implementation info to figure this out.
// (If you wonder why I didn't code page-scrolling directly in CGUITable ... because then it needs to be a // (If you wonder why I didn't code page-scrolling directly in CGUITable ... because then it needs to be a
// public interface and I don't have enough time currently to design & implement that well) // public interface and I don't have enough time currently to design & implement that well)
......
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