diff --git a/openVulkanoCpp/Scene/Text/FontAtlasFactory.hpp b/openVulkanoCpp/Scene/Text/FontAtlasFactory.hpp index 228720f..6ea11c2 100644 --- a/openVulkanoCpp/Scene/Text/FontAtlasFactory.hpp +++ b/openVulkanoCpp/Scene/Text/FontAtlasFactory.hpp @@ -45,6 +45,6 @@ namespace OpenVulkano::Scene const std::set& charset = {}) const; private: - [[deprecated]] Array FindFont(const std::string& fontFile) const; + Array FindFont(const std::string& fontFile) const; }; }