mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-01-10 09:12:16 +00:00
fix trapdoor timeout being invalid
This commit is contained in:
parent
9e7ab4f577
commit
f3621bba6d
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ import src.Marble;
|
|||
|
||||
class Trapdoor extends DtsObject {
|
||||
var lastContactTime = -1e8;
|
||||
var timeout:Float = 0;
|
||||
var timeout:Float = 0.2;
|
||||
var lastDirection:Int;
|
||||
var lastCompletion:Float = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue