Skip to content

Commit 328a3d4

Browse files
committed
p3d script support
1 parent 1dbe9ee commit 328a3d4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

static/pythons.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2637,7 +2637,11 @@ function auto_start(cfg) {
26372637
}
26382638

26392639

2640-
window.set_raw_mode = function (param) {
2640+
globalThis.__canvas_resized = (self, ecw, ech) => {
2641+
console.warn("TODO: panda3d canvas monitor", self, ecw, ech)
2642+
}
2643+
2644+
globalThis.set_raw_mode = function (param) {
26412645
window.RAW_MODE = param || 0
26422646
}
26432647

0 commit comments

Comments
 (0)