04 Feb 2015, 11:39
Hi again,
I wonder if it would be safer to initialize the variables mRecentLogicTickNumber and mRecentFrameNumber in the implementation of Graph::Anchor with Math::Limits<UInt32>::Max() instead of zero. With zero, the update will always be skipped during the first traversal (0) because of the WasTraversed... query.
I wonder if it would be safer to initialize the variables mRecentLogicTickNumber and mRecentFrameNumber in the implementation of Graph::Anchor with Math::Limits<UInt32>::Max() instead of zero. With zero, the update will always be skipped during the first traversal (0) because of the WasTraversed... query.