Fixed VNDummy import missing
This commit is contained in:
@ -169,6 +169,7 @@ void VNSceneGen::generate(
|
||||
|
||||
// Events
|
||||
classInfo.includes.push_back("games/vn/components/VNManager.hpp");
|
||||
classInfo.includes.push_back("games/vn/events/VNDummyEvent.hpp");
|
||||
line(&methodInit.body, "auto vnItem = this->createSceneItem();", "");
|
||||
line(&methodInit.body, "auto vnManager = vnItem->addComponent<VNManager>();", "");
|
||||
line(&methodInit.body, "VNEvent *previous = vnManager->createEvent<VNDummyEvent>();", "");
|
||||
|
Reference in New Issue
Block a user