We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce88732 commit d9d9344Copy full SHA for d9d9344
engine/core/src/main/resources/view/core/Drawer.js
@@ -647,7 +647,7 @@ export class Drawer {
647
}
648
649
reinit (force) {
650
- if (this.loaded >= 1) {
+ if (this.loaded >= 1 && !this.loading) {
651
if (this.currentFrame >= 0 && !this.intro) {
652
this.reinitScene()
653
} else {
playground/misc/misc-3-release-notes.md
@@ -2,6 +2,13 @@
2
3
The CodinGame SDK is regularly updated and improved. This document lets you know what changed in the latest releases.
4
5
+## 3.15.5
6
+
7
+### 🐞 Bug fix
8
9
+- Fixed a bug causing reinit on a not fully loaded scene.
10
11
12
## 3.15.4
13
14
### 🐞 Bug fix
0 commit comments