mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-28 06:53:58 +00:00
Disabled interpolation point "thinking"
https://forum.zdoom.org/viewtopic.php?t=59087
This commit is contained in:
parent
337bbfc88c
commit
d9ddd50c98
1 changed files with 2 additions and 0 deletions
|
@ -62,6 +62,8 @@ class InterpolationPoint : Actor
|
|||
Next = null;
|
||||
}
|
||||
|
||||
override void Tick () {} // Nodes do no thinking
|
||||
|
||||
void FormChain ()
|
||||
{
|
||||
let me = self;
|
||||
|
|
Loading…
Reference in a new issue