1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-08 20:03:48 +00:00
Files
godot/scene/resources/dynamic_font.cpp
volzhs e577093965 Fix colored font rendered in wrong size
Fix #24456

The character->rect.size is properly update at DynamicFontAtSize::_bitmap_to_character
so no need to multiply scale again.

It was changed with 5cd12f6649
2018-12-19 03:54:51 +09:00

33 KiB