misty
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user