Skip to content

Commit b4d9c30

Browse files
committed
revert
1 parent bf37771 commit b4d9c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scene.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ namespace user_interface_base {
22
const INPUT_PRIORITY = 10
33
const UPDATE_PRIORITY = 20
44
const RENDER_PRIORITY = 30
5-
const SCREEN_PRIORITY = 50
5+
const SCREEN_PRIORITY = 100
66

77
/**
88
* Top-level abstraction drawn to the screen.

0 commit comments

Comments
 (0)