T3D Beta 1 Bug - Road Editor doesn't undo doesn't update road graphics
by Tim Dix (Raverix) · in Torque 3D Professional · 05/17/2009 (4:59 pm) · 1 replies
With the road editor active, Move a segment of the road, then press Undo, the road will not render itself in the right place, however, the node and the lines that display in the editor correctly return to the previous state.




About the author
Associate James Ford
Sickhead Games
Fix is decalRoad.cpp, method should be changed to look like this.
void DecalRoad::regenerate() { _generateEdges(); _captureVerts(); setMaskBits( NodeMask | GenEdgesMask | ReClipMask ); }