File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
engine/core/src/main/resources/view/core Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import { ModuleError } from './ModuleError.js'
1010
1111export class Drawer {
1212 constructor ( customDemo ) {
13+ PIXI . settings . STRICT_TEXTURE_CACHE = true
1314 this . toDestroy = [ ]
1415 this . stepByStepAnimateSpeed = config . stepByStepAnimateSpeed || null
1516
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments