diff --git a/src/SceneGraph/font/FontSourceMulti.cpp b/src/SceneGraph/font/FontSourceMulti.cpp index befda075..5b008300 100644 --- a/src/SceneGraph/font/FontSourceMulti.cpp +++ b/src/SceneGraph/font/FontSourceMulti.cpp @@ -29,7 +29,7 @@ namespace hgl get_max(max_char_height,fs->GetCharHeight()); - source_map.Update(ub,fs); + source_map.ChangeOrAdd(ub,fs); } void FontSourceMulti::RefreshMaxCharHeight()