Skip to content

Commit

Permalink
Fix error by adding a comma (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
Afskyy authored Jul 16, 2023
1 parent 2e49955 commit 950f181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ project "gta_reversed"
"vorbisenc",
"vorbisfile",
"imgui",
"tracy"
"tracy",
"ddraw.lib",
"Winmm.lib",
"dxguid.lib",
Expand Down

0 comments on commit 950f181

Please sign in to comment.