Water disappearing bug + fix - 1.4.2
by Skylar Kelty · in Torque Game Engine · 09/15/2006 (10:10 am) · 2 replies
Terrain/waterblock.cc
// MDF: why?
//if(!mRemoveWetEdges)
//{
// setGlobalBounds();
//}
change to
if(!mRemoveWetEdges)
{
setGlobalBounds();
}
Otherwise, water disappears at certain positions
// MDF: why?
//if(!mRemoveWetEdges)
//{
// setGlobalBounds();
//}
change to
if(!mRemoveWetEdges)
{
setGlobalBounds();
}
Otherwise, water disappears at certain positions
About the author
#2
Probably just needs a check for if the editors are open or not.
Or you could comment it for dev and then uncomment it for release
09/15/2006 (10:39 am)
Yeah, it was to move water blocks and it worked but there are rendering issuesProbably just needs a check for if the editors are open or not.
Or you could comment it for dev and then uncomment it for release
Torque 3D Owner Peter Simard
Default Studio Name