From 2ab7fad7b308debba0aacbf76831569f360d19a0 Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 18 Nov 2021 19:14:35 +0800 Subject: *misc --- Runtime/GUI/Font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Runtime/GUI/Font.h') diff --git a/Runtime/GUI/Font.h b/Runtime/GUI/Font.h index 4bcc70b..cf6e4ba 100644 --- a/Runtime/GUI/Font.h +++ b/Runtime/GUI/Font.h @@ -127,7 +127,7 @@ private: //------------------------------------------------------------------------- - std::unordered_map m_Characters; // 渲染完的文字 + std::unordered_map m_Characters; // 渲染完的文字 std::vector m_Atlases; // 当前所有的atlas,由font完全拥有所有权,所以是lightuserdata std::unordered_map m_AtlasCache; // 快速找到可用的atlas -- cgit v1.1-26-g67d0