|
@@ -901,7 +901,9 @@ void AnimationTree::_process_graph(real_t p_delta) {
|
|
real_t weight = as.blend;
|
|
real_t weight = as.blend;
|
|
bool seeked = as.seeked;
|
|
bool seeked = as.seeked;
|
|
int pingponged = as.pingponged;
|
|
int pingponged = as.pingponged;
|
|
|
|
+#ifndef _3D_DISABLED
|
|
bool backward = signbit(delta);
|
|
bool backward = signbit(delta);
|
|
|
|
+#endif // _3D_DISABLED
|
|
|
|
|
|
for (int i = 0; i < a->get_track_count(); i++) {
|
|
for (int i = 0; i < a->get_track_count(); i++) {
|
|
NodePath path = a->track_get_path(i);
|
|
NodePath path = a->track_get_path(i);
|