Fix for world transformation of text
This commit is contained in:
parent
50bb164263
commit
c2765cbde8
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ Transform3d priv::world_matrix(const GLVolume *gl_volume, const Model *model)
|
|||
if (!fix.has_value())
|
||||
return res;
|
||||
|
||||
return res * (*fix);
|
||||
return res * fix->inverse();
|
||||
}
|
||||
|
||||
Transform3d priv::world_matrix(const Selection &selection)
|
||||
|
|
Loading…
Reference in a new issue