Merge pull request #66692 from Sauermann/fix-window-final-transform

Include the Window-transform into Viewport::get_final_transform
This commit is contained in:
Rémi Verschelde 2023-01-26 15:59:53 +01:00
commit 296dea77fe
No known key found for this signature in database
GPG key ID: C3336907360768E1
2 changed files with 7 additions and 9 deletions

View file

@ -55,7 +55,7 @@
<method name="get_final_transform" qualifiers="const">
<return type="Transform2D" />
<description>
Returns the total transform of the viewport.
Returns the transform from the viewport's coordinate system to the embedder's coordinate system.
</description>
</method>
<method name="get_mouse_position" qualifiers="const">