rebuild SurroundMap (WIP)
This commit is contained in:
@@ -3,11 +3,5 @@
|
||||
#include "world/generator/SurroundMap.hpp"
|
||||
|
||||
TEST(SurroundMap, InitTest) {
|
||||
int w = 8;
|
||||
int h = 8;
|
||||
|
||||
SurroundMap map;
|
||||
map.createEntry({w/2, h/2});
|
||||
map.createEntry({w/2+1, h/2+1});
|
||||
EXPECT_EQ(map.upgrade().size(), 12);
|
||||
SurroundMap map(50, 8);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user