summaryrefslogtreecommitdiff
path: root/examples/ThirdPartyLibs/Wavefront/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ThirdPartyLibs/Wavefront/main.cpp')
-rw-r--r--examples/ThirdPartyLibs/Wavefront/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/ThirdPartyLibs/Wavefront/main.cpp b/examples/ThirdPartyLibs/Wavefront/main.cpp
index 5f8695953..cbf9f7582 100644
--- a/examples/ThirdPartyLibs/Wavefront/main.cpp
+++ b/examples/ThirdPartyLibs/Wavefront/main.cpp
@@ -38,8 +38,8 @@ TestLoadObj(
std::cout << "Loading " << fullPath << std::endl;
- std::vector<tinyobj::shape_t> shapes;
- std::string err = tinyobj::LoadObj(shapes, fullPath, prefix[index]);
+ std::vector<bt_tinyobj::shape_t> shapes;
+ std::string err = bt_tinyobj::LoadObj(shapes, fullPath, prefix[index]);
if (!err.empty())
{