Skip to content

Commit 950848c

Browse files
authored
Fixed typo in RadeonRays_SDK/Tutorials/TriangleLight/main.cpp
1 parent 9b31bfc commit 950848c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tutorials/TriangleLight/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ THE SOFTWARE.
2525
#include <cassert>
2626
#include <iostream>
2727
#include <memory>
28-
#include "../tools/shader_manager.h"
28+
#include "../Tools/shader_manager.h"
2929

3030
using namespace RadeonRays;
3131

@@ -288,4 +288,4 @@ int main(int argc, char* argv[])
288288
IntersectionApi::Delete(api);
289289

290290
return 0;
291-
}
291+
}

0 commit comments

Comments
 (0)