Merged appendBeforeNode, appendAfterNode, appendFirstChildNode, and appendLastChildNode API calls into a single createNode call.

This commit is contained in:
2022-09-21 23:38:49 -07:00
parent 7a14f5122c
commit 3f4289ec08
5 changed files with 21 additions and 81 deletions

View File

@@ -39,6 +39,7 @@
void KRCamera::InitNodeInfo(KrNodeInfo* nodeInfo)
{
KRNode::InitNodeInfo(nodeInfo);
nodeInfo->camera.surface = -1;
nodeInfo->camera.skybox_texture = -1;
}