mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-12-25 06:26:42 +01:00
Fix scale not outputing
This commit is contained in:
parent
72d3ccb998
commit
d1b36d6153
1 changed files with 2 additions and 1 deletions
|
@ -85,7 +85,8 @@ function Node_Scale(_x, _y, _group = noone) : Node_Processor(_x, _y, _group) con
|
|||
}
|
||||
|
||||
_outSurf.setSurface(_surf);
|
||||
}
|
||||
} else
|
||||
_outSurf = _surf;
|
||||
|
||||
return _outSurf;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue