Reinserted genMeta in compiling function

This commit is contained in:
Xiao Qi 2023-01-09 17:10:13 +08:00
parent 19ba71e51c
commit a58c3e86a5
1 changed files with 1 additions and 1 deletions

View File

@ -437,7 +437,7 @@ namespace SHADE
return; return;
} }
if (true) if (genMeta)
{ {
GenerateNewMeta(newPath); GenerateNewMeta(newPath);
} }