update xcode
This commit is contained in:
@@ -19,7 +19,7 @@ public:
|
||||
std::vector<stbtt_bakedchar> chars;
|
||||
float scale = 1.f;
|
||||
|
||||
Font() noexcept = default;
|
||||
Font() = default;
|
||||
Font(const Font&) = delete;
|
||||
void operator=(const Font&) = delete;
|
||||
Font(Font&& other) noexcept;
|
||||
|
||||
Reference in New Issue
Block a user