add nf7::DirItem flag to LuaJIT/InlineNode

This commit is contained in:
2022-08-28 15:20:38 +09:00
parent ea070399fc
commit 1b6b2435ed

View File

@@ -39,7 +39,7 @@ namespace {
class InlineNode final : public nf7::FileBase, public nf7::DirItem, public nf7::Node {
public:
static inline const nf7::GenericTypeInfo<InlineNode> kType =
{"LuaJIT/InlineNode", {"nf7::Node"}};
{"LuaJIT/InlineNode", {"nf7::DirItem", "nf7::Node"}};
static void UpdateTypeTooltip() noexcept {
ImGui::TextUnformatted("Defines new Node using Lua object factory.");
ImGui::Bullet();