Skip to content

Commit 435c996

Browse files
committed
scene.ts changes for MicroData debugging
1 parent 7f1c4a2 commit 435c996

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scene.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,11 @@ namespace user_interface_base {
154154
}
155155

156156
private currScene(): Scene {
157+
if (this.scenes != null) {
158+
basic.showString("N");
159+
} else {
160+
basic.showString("H")
161+
}
157162
if (this.scenes.length) {
158163
basic.showString("ye");
159164
return this.scenes[this.scenes.length - 1]

0 commit comments

Comments
 (0)