mirror of
https://github.com/NoelFB/tiny_link.git
synced 2025-06-28 19:21:32 +08:00
Merge pull request #6 from feresr/main
clang not valid constexp -> update blah lib to latest master
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
.vscode
|
||||
out
|
||||
CMakeSettings.json
|
||||
build/*
|
Submodule libs/blah updated: 9beb7eff58...b2bcf66a37
@ -347,8 +347,8 @@ void Game::render()
|
||||
{
|
||||
auto w = Content::font.width_of(ending);
|
||||
auto pos = Point(room.x * width + width / 2, room.y * height + 20);
|
||||
batch.str(Content::font, ending, pos + Point(0, 1), TextAlign::Top, 8, Color::black);
|
||||
batch.str(Content::font, ending, pos, TextAlign::Top, 8, Color::white);
|
||||
batch.str(Content::font, ending, pos + Point(0, 1), Vec2f(0.0, 0.0), 8, Color::black);
|
||||
batch.str(Content::font, ending, pos, Vec2f(0.0, 0.0), 8, Color::white);
|
||||
}
|
||||
|
||||
// end camera offset
|
||||
|
Reference in New Issue
Block a user