Skip to content

Commit

Permalink
Fix last 2 commits MacOS build error (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrinktofit authored Dec 23, 2020
1 parent d3366be commit 31250f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Core/Source/bee/Convert/SceneConverter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ std::string SceneConverter::_convertName(const char *fbx_name_) {
return fbx_name_;
}

std::filesystem::path
bee::filesystem::path
SceneConverter::_convertFileName(const char *fbx_file_name_) {
std::u8string u8name{reinterpret_cast<const char8_t *>(fbx_file_name_)};
// Some FBX files contain non-UTF8 encoded file names and will cause
Expand Down
2 changes: 1 addition & 1 deletion Core/Source/bee/Convert/SceneConverter.h
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ class SceneConverter {

std::string _convertName(const char *fbx_name_);

std::filesystem::path _convertFileName(const char *fbx_file_name_);
bee::filesystem::path _convertFileName(const char *fbx_file_name_);

GLTFBuilder::XXIndex _convertScene(fbxsdk::FbxScene &fbx_scene_);

Expand Down

0 comments on commit 31250f7

Please sign in to comment.