Skip to content

Commit

Permalink
#21 OffscreenCanvasの実装(WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
ienaga committed Jan 27, 2023
1 parent 512804e commit c772b12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
node-version: ${{ matrix.node-version }}
- uses: browser-actions/setup-chromium@latest
- uses: browser-actions/setup-firefox@latest
with:
firefox-version: "84.0"
- run: npm install
- run: npm run test

Expand All @@ -38,7 +36,5 @@ jobs:
node-version: ${{ matrix.node-version }}
- uses: browser-actions/setup-chromium@latest
- uses: browser-actions/setup-firefox@latest
with:
firefox-version: "84.0"
- run: npm install
- run: npm run test
2 changes: 1 addition & 1 deletion src/worker/RenderBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ class CommandController
);

}

manager.releaseTexture(texture);
}

Expand Down

0 comments on commit c772b12

Please sign in to comment.