Update render.h

pull/2/head
InkSoul 2023-06-07 13:52:08 +08:00
parent 4ef4b9d2c9
commit 377b509cc5
1 changed files with 2 additions and 1 deletions

View File

@ -145,7 +145,8 @@ public:
std::map<std::string, std::string> environments; std::map<std::string, std::string> environments;
std::string selectedEnvironment = "papermill"; std::string selectedEnvironment = "papermill";
std::map<std::string, std::string> scenes;
std::string selectedScene = "DamagedHelmet";
int32_t debugViewInputs = 0; int32_t debugViewInputs = 0;
int32_t debugViewEquation = 0; int32_t debugViewEquation = 0;