Skip to content

Commit

Permalink
retry compression disable
Browse files Browse the repository at this point in the history
  • Loading branch information
SimLoads committed Jan 26, 2024
1 parent 38187f8 commit 77fb5d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified Build/BSP_GHOST.data
Binary file not shown.
2 changes: 1 addition & 1 deletion Build/BSP_GHOST.loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function createUnityInstance(canvas, config, onProgress) {
canvas: canvas,
webglContextAttributes: {
preserveDrawingBuffer: false,
powerPreference: 0,
powerPreference: 2,
},
streamingAssetsUrl: "StreamingAssets",
downloadProgress: {},
Expand Down

0 comments on commit 77fb5d5

Please sign in to comment.