aboutsummaryrefslogtreecommitdiff
path: root/scene/animation/animation_tree_player.h
diff options
context:
space:
mode:
authorRémi Verschelde2018-04-19 13:04:41 +0200
committerRémi Verschelde2018-04-19 15:20:45 +0200
commitbf7ca623a65f25cc4ac7a3ca0d6635331ec07c25 (patch)
tree40f6fa11f7dd41fd51343af01e1e298a2f7fd859 /scene/animation/animation_tree_player.h
parent394e6d5ee1479d402892d6df75dddceeb967efcc (diff)
downloadgodot-bf7ca623a65f25cc4ac7a3ca0d6635331ec07c25.tar.gz
godot-bf7ca623a65f25cc4ac7a3ca0d6635331ec07c25.tar.zst
godot-bf7ca623a65f25cc4ac7a3ca0d6635331ec07c25.zip
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 09d6f6fcb..873ff8a9d 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;