summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/tools/geometryc/geometryc.cpp
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/tools/geometryc/geometryc.cpp')
-rw-r--r--3rdparty/bgfx/tools/geometryc/geometryc.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/3rdparty/bgfx/tools/geometryc/geometryc.cpp b/3rdparty/bgfx/tools/geometryc/geometryc.cpp
index fe4de46ada8..7a6a18f3c25 100644
--- a/3rdparty/bgfx/tools/geometryc/geometryc.cpp
+++ b/3rdparty/bgfx/tools/geometryc/geometryc.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2011-2016 Branimir Karadzic. All rights reserved.
+ * Copyright 2011-2017 Branimir Karadzic. All rights reserved.
* License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
*/
@@ -286,7 +286,7 @@ void write(bx::WriterI* _writer, const void* _vertices, uint32_t _numVertices, u
}
Aabb aabb;
- calcAabb(aabb, _vertices, _numVertices, _stride);
+ toAabb(aabb, _vertices, _numVertices, _stride);
bx::write(_writer, aabb);
Obb obb;
@@ -360,7 +360,7 @@ void help(const char* _error = NULL)
fprintf(stderr
, "geometryc, bgfx geometry compiler tool\n"
- "Copyright 2011-2016 Branimir Karadzic. All rights reserved.\n"
+ "Copyright 2011-2017 Branimir Karadzic. All rights reserved.\n"
"License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause\n\n"
);