Skip to content

Commit a73177b

Browse files
committed
update for new qor
1 parent d61c502 commit a73177b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

premake4.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ solution("qorpse")
4545
excludes {
4646
"src/Qor/Main.cpp",
4747
"src/Qor/Info.cpp",
48-
4948
-- no physics:
5049
"src/Qor/Physics.*",
51-
"src/Qor/DemoState.*",
52-
50+
-- no net:
51+
"src/Qor/Net.*",
52+
"src/Qor/DemoState.*",
5353
"src/Qor/tests/**",
5454
"src/Qor/scripts/**",
5555
"src/Qor/addons/**",

0 commit comments

Comments
 (0)