Skip to content

Commit 3871c97

Browse files
committed
Fixed gamedir
1 parent 6a624d5 commit 3871c97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Properties/Game.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<ItemDefinitionGroup>
1515
<ClCompile>
1616
<AdditionalIncludeDirectories>$(GameDir)Include/$(ProjectName);$(GameDir)Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
17-
<PreprocessorDefinitions>GAME_DIR=R"(Games/$(ProjectName)/)";%(PreprocessorDefinitions)</PreprocessorDefinitions>
17+
<PreprocessorDefinitions>GAME_DIR=R"($(ProjectDir))";%(PreprocessorDefinitions)</PreprocessorDefinitions>
1818
</ClCompile>
1919
<Link>
2020
</Link>

0 commit comments

Comments
 (0)