So much for using a typesafe language

This commit is contained in:
Thomas Krijnen
2023-12-11 13:29:20 +01:00
parent 3f1c01e363
commit 5c4cc81f6f
+1 -1
View File
@@ -74,7 +74,7 @@ inline namespace settings {
"Use a negative value to use the system's default precision (should be 6 typically). "
"Applicable for OBJ and DAE output. For DAE output, value >= 15 means that up to 16 decimals are used, "
" and any other value means that 6 or 7 decimals are used.";
static constexpr bool defaultvalue = 15;
static constexpr int defaultvalue = 15;
};
}