Skip to content

Commit 028491d

Browse files
authored
Fixed case in RadeonRays_SDK/Tutorials/CornellBoxShadow/main.cpp
1 parent aaa1cb1 commit 028491d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Tutorials/CornellBoxShadow/main.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ THE SOFTWARE.
2828
#include <cassert>
2929
#include <iostream>
3030
#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"
3333

3434
using namespace RadeonRays;
3535
using namespace tinyobj;
@@ -372,7 +372,7 @@ int main(int argc, char* argv[])
372372
g_api->AttachShape(shape);
373373
shape->SetId(id);
374374
}
375-
// Ñommit scene changes
375+
// Commit scene changes
376376
g_api->Commit();
377377

378378
const int k_raypack_size = g_window_height * g_window_width;
@@ -421,4 +421,4 @@ int main(int argc, char* argv[])
421421
IntersectionApi::Delete(g_api); g_api = nullptr;
422422

423423
return 0;
424-
}
424+
}

0 commit comments

Comments
 (0)