node: add node_scaled_scene_buffer_from_node

This commit is contained in:
tokyo4j 2024-11-28 21:34:24 +09:00 committed by Hiroaki Yamamoto
parent 8156b91306
commit 9a3412324d
4 changed files with 22 additions and 0 deletions

View file

@ -348,6 +348,7 @@ get_cursor_context(struct server *server)
return ret;
case LAB_NODE_DESC_NODE:
case LAB_NODE_DESC_TREE:
case LAB_NODE_DESC_SCALED_SCENE_BUFFER:
break;
}
}