VS fixes
This commit is contained in:
@@ -291,7 +291,7 @@ namespace NM {
|
||||
/** perform some pre-calculations to speed things up */
|
||||
void precompute() {
|
||||
|
||||
#warning "TODO, z buffer"
|
||||
#pragma message "TODO, z buffer"
|
||||
minZ = std::min(p1.z, std::min(p2.z, p3.z)) - 0.15; // TODO the builder does not align on the same height as we did
|
||||
maxZ = std::max(p1.z, std::max(p2.z, p3.z)) + 0.15;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user