1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-22 09:27:40 +00:00

adjustments for older g++

This commit is contained in:
Zeno Rogue
2019-04-30 03:32:20 +02:00
parent 4a5c9fe5cf
commit cec8190f37
3 changed files with 27 additions and 22 deletions

View File

@@ -457,7 +457,7 @@ void make_head_3d(hpcshape& sh) {
pts[0].emplace_back(p);
}
array<ld, 2> zero = {0,0};
array<ld, 2> zero = make_array<ld>(0,0);
pts[1].emplace_back(zero);
head.push_back(C0);