remove copy
parent
0a0b87fc55
commit
a138c79b80
|
@ -1,7 +1,7 @@
|
||||||
cmake_minimum_required(VERSION 3.25)
|
cmake_minimum_required(VERSION 3.25)
|
||||||
include(FetchContent)
|
include(FetchContent)
|
||||||
|
|
||||||
set(BLT_GRAPHICS_VERSION 1.1.0)
|
set(BLT_GRAPHICS_VERSION 1.1.1)
|
||||||
set(BLT_GRAPHICS_TEST_VERSION 0.0.1)
|
set(BLT_GRAPHICS_TEST_VERSION 0.0.1)
|
||||||
|
|
||||||
project(BLT_WITH_GRAPHICS VERSION ${BLT_GRAPHICS_VERSION})
|
project(BLT_WITH_GRAPHICS VERSION ${BLT_GRAPHICS_VERSION})
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 1c931b2515ce83eb38a1e532d15ee11d99c67d18
|
Subproject commit d32b5d398a8bded92409d7dc889ca752bb001d0c
|
|
@ -376,7 +376,7 @@ namespace blt::gfx
|
||||||
global_y -= generator.get_generated_size();
|
global_y -= generator.get_generated_size();
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
auto& texture = generator.get_texture(std::string(font), c);
|
auto& texture = generator.get_texture(font, c);
|
||||||
auto& ch = texture.get_glyph(c, font);
|
auto& ch = texture.get_glyph(c, font);
|
||||||
|
|
||||||
if (std::isblank(c))
|
if (std::isblank(c))
|
||||||
|
|
Loading…
Reference in New Issue