Skip to content

Commit f34042d

Browse files
committed
updated for newer qor vers
1 parent f60132f commit f34042d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

premake4.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ solution("qorpse")
3434
"boost_thread",
3535
"boost_filesystem",
3636
"boost_python",
37+
"boost_regex",
3738
"boost_coroutine",
3839
"jsoncpp"
3940
}

src/MenuState.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ void MenuState :: enter()
123123
//));
124124

125125
auto bg = make_shared<Mesh>(
126-
make_shared<MeshGeometry>(Prefab::quad(vec2(sw, sh))),
126+
make_shared<MeshGeometry>(Prefab::quad(vec2(sw, sh), vec2(0.0f, 0.0f))),
127127
vector<shared_ptr<IMeshModifier>>{
128128
make_shared<Wrap>(Prefab::quad_wrap())
129129
},

0 commit comments

Comments
 (0)