remove copy

main
Brett 2024-11-15 16:27:10 -05:00
parent 0a0b87fc55
commit a138c79b80
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.25)
include(FetchContent)
set(BLT_GRAPHICS_VERSION 1.1.0)
set(BLT_GRAPHICS_VERSION 1.1.1)
set(BLT_GRAPHICS_TEST_VERSION 0.0.1)
project(BLT_WITH_GRAPHICS VERSION ${BLT_GRAPHICS_VERSION})

@ -1 +1 @@
Subproject commit 1c931b2515ce83eb38a1e532d15ee11d99c67d18
Subproject commit d32b5d398a8bded92409d7dc889ca752bb001d0c

View File

@ -376,7 +376,7 @@ namespace blt::gfx
global_y -= generator.get_generated_size();
continue;
}
auto& texture = generator.get_texture(std::string(font), c);
auto& texture = generator.get_texture(font, c);
auto& ch = texture.get_glyph(c, font);
if (std::isblank(c))