found fopen() bug, implemented workaroung

This commit is contained in:
Sandro Sobczyński
2020-11-02 15:57:36 +01:00
parent 138ab762ba
commit 06a440243a
9 changed files with 366 additions and 296 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ void MeshFrame::calculateBoundingBox()
{
if (!_areVerticesAllocated)
{
PRINT_ERR("Can't calculate bounding box, because vertices was not allocated!");
PRINT_ERR("Can't calculate bounding box, because vertices were not allocated!");
return;
}
float lowX, lowY, lowZ, hiX, hiY, hiZ;