Skip to content

Commit

Permalink
IReadableGenericActuator: fix Dynamic return type on getDuration() th…
Browse files Browse the repository at this point in the history
…at should have been Float instead
  • Loading branch information
joshtynjala committed Jan 17, 2025
1 parent 9467d71 commit 0b5eca3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ interface IReadableGenericActuator extends IGenericActuator extends IGotoActuato
@since 1.0.0
**/
public function getDuration():Dynamic;
public function getDuration():Float;

/**
Gets whether toggles automatically based on alpha values
Expand Down

0 comments on commit 0b5eca3

Please sign in to comment.