From d9ddd50c987ed874000862b429a75e4aeca79488 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Fri, 12 Jan 2018 18:27:19 +0200 Subject: [PATCH] Disabled interpolation point "thinking" https://forum.zdoom.org/viewtopic.php?t=59087 --- wadsrc/static/zscript/shared/movingcamera.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wadsrc/static/zscript/shared/movingcamera.txt b/wadsrc/static/zscript/shared/movingcamera.txt index 6ed206d4b..2bce93608 100644 --- a/wadsrc/static/zscript/shared/movingcamera.txt +++ b/wadsrc/static/zscript/shared/movingcamera.txt @@ -62,6 +62,8 @@ class InterpolationPoint : Actor Next = null; } + override void Tick () {} // Nodes do no thinking + void FormChain () { let me = self;