Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nem0 committed Sep 14, 2024
1 parent 6a15992 commit 2ba4670
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions projects/genie.lua
Original file line number Diff line number Diff line change
Expand Up @@ -866,8 +866,8 @@ if build_studio then
configuration { "vs*" }
links { "psapi", "dxguid", "winmm" }
libdirs { path.join(ROOT_DIR, "./external/pix/bin/x64") }
--files { "../external/pix/bin/x64/WinPixEventRuntime.dll" }
--copy { "../external/pix/bin/x64/WinPixEventRuntime.dll" }
files { "../external/pix/bin/x64/WinPixEventRuntime.dll" }
copy { "../external/pix/bin/x64/WinPixEventRuntime.dll" }

configuration {}
end
Expand Down
1 change: 0 additions & 1 deletion src/renderer/pipeline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
#include "texture.h"
#include <imgui/imgui.h>

// TODO 3d ui depth test
// TODO fog

// TODO crashes:
Expand Down

0 comments on commit 2ba4670

Please sign in to comment.