You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Thirdparty: Harmonize patches to document downstream changes
This commit is contained in:
14
thirdparty/embree/kernels/common/state.cpp
vendored
14
thirdparty/embree/kernels/common/state.cpp
vendored
@@ -194,15 +194,13 @@ namespace embree
|
||||
bool State::parseFile(const FileName& fileName)
|
||||
{
|
||||
Ref<Stream<int> > file;
|
||||
// -- GODOT start --
|
||||
// try {
|
||||
//try {
|
||||
file = new FileStream(fileName);
|
||||
// }
|
||||
// catch (std::runtime_error& e) {
|
||||
// (void) e;
|
||||
// return false;
|
||||
// }
|
||||
// -- GODOT end --
|
||||
//}
|
||||
//catch (std::runtime_error& e) {
|
||||
// (void) e;
|
||||
// return false;
|
||||
//}
|
||||
|
||||
std::vector<std::string> syms;
|
||||
for (size_t i=0; i<sizeof(symbols)/sizeof(void*); i++)
|
||||
|
||||
Reference in New Issue
Block a user