summaryrefslogtreecommitdiff
path: root/scene/animation/animation_tree_player.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2018-05-01 19:14:07 +0200
committerGitHub <noreply@github.com>2018-05-01 19:14:07 +0200
commitde97339a2d66cc9e3bd9ab77dd4e0c5c6534a869 (patch)
tree90a5f1949ce557c33e5f97147d4021c96500dadd /scene/animation/animation_tree_player.h
parentc9abe88110abdc51bf520cd9af95e59374f7c0cc (diff)
parentbf7ca623a65f25cc4ac7a3ca0d6635331ec07c25 (diff)
Merge pull request #18291 from akien-mga/coverity-uninitialized-scalar-var
Fix Coverity reports of uninitialized scalar variable
Diffstat (limited to 'scene/animation/animation_tree_player.h')
-rw-r--r--scene/animation/animation_tree_player.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/scene/animation/animation_tree_player.h b/scene/animation/animation_tree_player.h
index 09d6f6fcb4..873ff8a9da 100644
--- a/scene/animation/animation_tree_player.h
+++ b/scene/animation/animation_tree_player.h
@@ -107,8 +107,6 @@ private:
Vector3 scale;
Variant value;
-
- bool skip;
};
typedef Map<TrackKey, Track> TrackMap;