Skip to content

Commit fc731cc

Browse files
committed
Set alwaysRun flag to false
1 parent 93cb81f commit fc731cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BabylonJs/project.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ declare global {
3131

3232
document.isProduction = true
3333
document.debugAsserts = true
34-
document.alwaysRun = true
34+
document.alwaysRun = false
3535

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

0 commit comments

Comments
 (0)