mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2025-02-13 13:50:29 +01:00
rc10
This commit is contained in:
parent
04668a107d
commit
5ab5c94ca8
3 changed files with 4 additions and 3 deletions
|
@ -1123,7 +1123,8 @@ function Node(_x, _y, _group = PANEL_GRAPH.getCurrentContext()) : __Node_Base(_x
|
||||||
switch(_node.type) {
|
switch(_node.type) {
|
||||||
case VALUE_TYPE.surface :
|
case VALUE_TYPE.surface :
|
||||||
case VALUE_TYPE.dynaSurface :
|
case VALUE_TYPE.dynaSurface :
|
||||||
return _node.getValue();
|
var val = _node.getValue();
|
||||||
|
return val;
|
||||||
}
|
}
|
||||||
|
|
||||||
return noone;
|
return noone;
|
||||||
|
|
Loading…
Reference in a new issue