This commit is contained in:
lenheart
2024-08-17 13:39:51 +08:00
parent a6dc305c23
commit bbaa7af861
23 changed files with 598 additions and 282 deletions

View File

@@ -99,6 +99,7 @@ static void ReloadingScript(HSQUIRRELVM v, std::string FilePath)
for (auto it = vec.cbegin(); it != vec.cend(); ++it)
{
std::string FileName = FilePath + *it;
// std::cout << FileName << std::endl;
if (FileName.find(".nut") == std::string::npos && FileName.find(".sut") == std::string::npos)
continue;
std::fstream F;