mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
fix trapdoor timeout being invalid
This commit is contained in:
parent
0f214d7f88
commit
d57740f003
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