Merge branch 'fs_fix_SPE-2105' into master_27x

This commit is contained in:
Filip Sykala - NTB T15p 2024-01-18 10:36:45 +01:00
commit ecacefa549

View File

@ -213,8 +213,8 @@ public:
{ {
return EmbossStyle::operator==(other) && return EmbossStyle::operator==(other) &&
projection == other.projection && projection == other.projection &&
distance == other.distance && is_approx(distance, other.distance) &&
angle == other.angle; is_approx(angle, other.angle);
} }
// cache for view font name with maximal width in imgui // cache for view font name with maximal width in imgui