Merge pull request #105245 from timothyqiu/canvas-layer-range
Relax the range hint for canvas layer properties
This commit is contained in:
@ -102,6 +102,8 @@ public:
|
||||
ARRAY_WEIGHTS_SIZE = 4,
|
||||
CANVAS_ITEM_Z_MIN = -4096,
|
||||
CANVAS_ITEM_Z_MAX = 4096,
|
||||
CANVAS_LAYER_MIN = -2147483648,
|
||||
CANVAS_LAYER_MAX = 2147483647,
|
||||
MAX_GLOW_LEVELS = 7,
|
||||
MAX_CURSORS = 8,
|
||||
MAX_2D_DIRECTIONAL_LIGHTS = 8,
|
||||
|
||||
Reference in New Issue
Block a user