KRNode::update is now fallible.

Added stub function, KRCamera::update.
This commit is contained in:
2022-09-23 23:43:06 -07:00
parent a186095c47
commit 1bb7238502
4 changed files with 23 additions and 4 deletions

View File

@@ -108,7 +108,7 @@ public:
};
static void InitNodeInfo(KrNodeInfo* nodeInfo);
virtual void update(const KrNodeInfo* nodeInfo);
virtual KrResult update(const KrNodeInfo* nodeInfo);
KRNode(KRScene& scene, std::string name);
virtual ~KRNode();