File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
GeneralsMD/Code/GameEngineDevice/Source/W3DDevice/GameClient/Drawable/Draw Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,11 +123,11 @@ W3DTreeDraw::~W3DTreeDraw( void )
123123// -------------------------------------------------------------------------------------------------
124124void W3DTreeDraw::addToTreeBuffer ()
125125{
126- DEBUG_ASSERTCRASH (isPositioned (), (" W3DTreeDraw::addToTreeBuffer - This tree was not positioned!" ));
127-
128126 const W3DTreeDrawModuleData *moduleData = getW3DTreeDrawModuleData ();
129127 const Drawable *draw = getDrawable ();
130128
129+ DEBUG_ASSERTCRASH (draw->isPositioned (), (" W3DTreeDraw::addToTreeBuffer - This tree was not positioned!" ));
130+
131131 Real scale = draw->getScale ();
132132 Real scaleRandomness = draw->getTemplate ()->getInstanceScaleFuzziness ();
133133 scaleRandomness = 0 .0f ; // We use the scale fuzziness inside WB to generate random scales, so they don't change at load time. jba. [4/22/2003]
You can’t perform that action at this time.
0 commit comments