Skip to content

Commit

Permalink
Update AppleFilamentProxy.mm
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Feb 22, 2024
1 parent 0128e44 commit 9a37d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/ios/src/AppleFilamentProxy.mm
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
AppleFilamentView* view = (AppleFilamentView*) anonymousView;
// TODO: Somehow convert the Objective-C type "AppleFilamentView" to a C++ type "FilamentView"
});
return nullptr;
throw std::runtime_error("Cannot get FilamentView on iOS yet!");
}


Expand Down

0 comments on commit 9a37d06

Please sign in to comment.