This commit is contained in:
aozhiwei 2023-04-06 22:08:07 +08:00
parent c029b66e5f
commit 344ca916f5

View File

@ -12,10 +12,7 @@ namespace mt
void Map::Init1() void Map::Init1()
{ {
#if DEBUG
scale_ = 0.1f; scale_ = 0.1f;
#else
#endif
rand_space = 0; rand_space = 0;
{ {
std::vector<std::string> strings; std::vector<std::string> strings;