Fixed tiny bugs, prepping for rest of scene

This commit is contained in:
2023-07-12 22:29:37 -07:00
parent 54932cd348
commit 9aaaa94406
2 changed files with 2 additions and 3 deletions

View File

@@ -150,7 +150,6 @@ void VNSceneGen::test(
case VN_SCENE_EVENT_SET_DEFAULT_FONT: {
initType = "VNSetDefaultFontEvent";
toInclude = "games/vn/events/VNSetDefaultFontEvent.hpp";
printf("GENERATING\n\n\n");
std::string strFont = "<font ";
auto sdf = event->setDefaultFont;
if(!sdf.font.empty()) strFont += "font=" + stringParser(sdf.font, NULL);