File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Tutorials/CornellBoxShadow Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ THE SOFTWARE.
28
28
#include < cassert>
29
29
#include < iostream>
30
30
#include < memory>
31
- #include " ../tools /shader_manager.h"
32
- #include " ../tools /tiny_obj_loader.h"
31
+ #include " ../Tools /shader_manager.h"
32
+ #include " ../Tools /tiny_obj_loader.h"
33
33
34
34
using namespace RadeonRays ;
35
35
using namespace tinyobj ;
@@ -372,7 +372,7 @@ int main(int argc, char* argv[])
372
372
g_api->AttachShape (shape);
373
373
shape->SetId (id);
374
374
}
375
- // Ñommit scene changes
375
+ // Commit scene changes
376
376
g_api->Commit ();
377
377
378
378
const int k_raypack_size = g_window_height * g_window_width;
@@ -421,4 +421,4 @@ int main(int argc, char* argv[])
421
421
IntersectionApi::Delete (g_api); g_api = nullptr ;
422
422
423
423
return 0 ;
424
- }
424
+ }
You can’t perform that action at this time.
0 commit comments