Skip to content

Commit 3ac2a5f

Browse files
committed
hotfix
1 parent f21391d commit 3ac2a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/dx12/dx12_renderer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ std::filesystem::path cg::renderer::dx12_renderer::get_shader_path(const std::st
239239
{
240240
WCHAR buffer[MAX_PATH];
241241
GetModuleFileName(nullptr, buffer, MAX_PATH);
242-
auto shader_path = std::filesystem::path(buffer).parent_path() / shader_name
242+
auto shader_path = std::filesystem::path(buffer).parent_path() / shader_name;
243243
return shader_path;
244244
}
245245

0 commit comments

Comments
 (0)