Skip to content

Commit

Permalink
Removed offline support in babylon js
Browse files Browse the repository at this point in the history
  • Loading branch information
tracygardner committed Jul 19, 2024
1 parent c5872a6 commit a550da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const categoryColours = {
const canvas = document.getElementById("renderCanvas");
window.canvas = canvas;
const engine = new BABYLON.Engine(canvas, true, { stencil: true });
engine.enableOfflineSupport = true;
engine.enableOfflineSupport = false;
let hk = null;
window.scene = null;
let havokInstance = null;
Expand Down

0 comments on commit a550da7

Please sign in to comment.