Fixes for uninitialized variable warnings.
This commit is contained in:
@@ -1848,7 +1848,7 @@ private:
|
||||
}}
|
||||
#endif
|
||||
|
||||
const AnimationCurveNode* curve_node;
|
||||
const AnimationCurveNode* curve_node = NULL;
|
||||
BOOST_FOREACH(const AnimationCurveNode* node, curves) {
|
||||
ai_assert(node);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user