Skip to content

Commit 45209e7

Browse files
committed
fix(sdk): fixed missing texture messages
1 parent 7e02cb0 commit 45209e7

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

engine/core/src/main/resources/view/core/Drawer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import { ModuleError } from './ModuleError.js'
1010

1111
export class Drawer {
1212
constructor (customDemo) {
13+
PIXI.settings.STRICT_TEXTURE_CACHE = true
1314
this.toDestroy = []
1415
this.stepByStepAnimateSpeed = config.stepByStepAnimateSpeed || null
1516

playground/misc/misc-3-release-notes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ The CodinGame SDK is regularly updated and improved. This document lets you know
44

55
## Next Release
66

7+
### 🐞 Bug fix
8+
9+
- Fixed missing texture errors no longer being caught
10+
711
### 📝 Refactoring
812

913
- Removed unused code
@@ -15,6 +19,11 @@ The CodinGame SDK is regularly updated and improved. This document lets you know
1519
- When exporting a game, folders named "node_modules" are now ignored.
1620
- Renamed viewer modules' `name` variable to `moduleName` for consistency and future-proofing.
1721

22+
### ⚠️ Known issues
23+
24+
- Missing texture errors are no longer reported
25+
26+
1827
## 4.0.1
1928

2029
⛔ Broken version

0 commit comments

Comments
 (0)