mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-02 11:01:00 +00:00
Many places utilize post-incrementation with iterators, but it's better performance to use pre-incrementation. Resolved by changing the iter++ instances to ++iter; |
||
|---|---|---|
| .. | ||
| forestBrushElement.cpp | ||
| forestBrushElement.h | ||
| forestBrushTool.cpp | ||
| forestBrushTool.h | ||
| forestEditorCtrl.cpp | ||
| forestEditorCtrl.h | ||
| forestSelectionTool.cpp | ||
| forestSelectionTool.h | ||
| forestTool.cpp | ||
| forestTool.h | ||
| forestUndo.cpp | ||
| forestUndo.h | ||