diff --git a/openVulkanoCpp/Scene/Text/Shelf.hpp b/openVulkanoCpp/Scene/Text/Shelf.hpp index 2370287..847d2a9 100644 --- a/openVulkanoCpp/Scene/Text/Shelf.hpp +++ b/openVulkanoCpp/Scene/Text/Shelf.hpp @@ -24,8 +24,7 @@ namespace OpenVulkano::Scene struct Shelf { - inline static std::vector CreateShelves(uint32_t atlasWidth, std::vector& glyphs, - FT_FaceRec_* face, int channelsCount); + static std::vector CreateShelves(uint32_t atlasWidth, std::vector& glyphs, FT_FaceRec_* face, int channelsCount); Shelf(uint32_t width, uint32_t height, int pixelSize, uint32_t prevShelvesHeight) : m_width(width), m_height(height), m_remainingWidth(width), m_prevShelvesHeight(prevShelvesHeight), m_pixelSize(pixelSize) {}