This commit is contained in:
2026-01-16 20:56:16 -06:00
parent 9f6435ece9
commit 22962bbd63
33 changed files with 643 additions and 315 deletions

View File

@@ -255,7 +255,7 @@ NODE_EXECUTORS.clip_rect = function(params, backend) {
if (!input) return {target: null, commands: []}
// Clip doesn't need a new target, just adds scissor to commands
var commands = input.commands ? input.commands.slice() : []
var commands = input.commands ? array(input.commands) : []
// Insert scissor after begin_render
var insert_idx = 0