Skip to content

Commit e669f80

Browse files
committed
tier1: change it to actually be tier1
1 parent 032ee4b commit e669f80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tier1/premake5_create_project.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ group("SourceSDK")
127127
["Header files/*"] = {"../public/tier1/*.h", "../public/*.h", "../common/xbox/*.h"}
128128
})
129129

130-
if TIER0_PROJECTCALLBACK then
131-
TIER0_PROJECTCALLBACK()
130+
if TIER1_PROJECTCALLBACK then
131+
TIER1_PROJECTCALLBACK()
132132
end
133133

134134
IncludeSDKCommonInternal()

0 commit comments

Comments
 (0)