Skip to content

Commit

Permalink
Set alwaysRun flag to false
Browse files Browse the repository at this point in the history
  • Loading branch information
docEdub committed Nov 2, 2022
1 parent 93cb81f commit fc731cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BabylonJs/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ declare global {

document.isProduction = true
document.debugAsserts = true
document.alwaysRun = true
document.alwaysRun = false

const UrlParams = new URLSearchParams(window.location.search)

Expand Down

0 comments on commit fc731cc

Please sign in to comment.