Skip to content

Commit

Permalink
Open interpolate to runtime (could this be done better?)
Browse files Browse the repository at this point in the history
  • Loading branch information
CubesterYT committed Jan 28, 2025
1 parent b25579a commit 088c704
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/engine/runtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ class Runtime extends EventEmitter {

this._lastStepTime = Date.now();
this.interpolationEnabled = false;
this.interpolate = interpolate;

this._defaultStoredSettings = this._generateAllProjectOptions();

Expand Down

0 comments on commit 088c704

Please sign in to comment.