Fix sip bindings

This commit is contained in:
Martin Dobias 2024-10-23 18:55:56 +02:00 committed by Nyall Dawson
parent a5b851631a
commit 04d5369d4d
2 changed files with 4 additions and 4 deletions

View File

@ -191,9 +191,9 @@ Returns transform for individual objects represented by the symbol
Sets transform for individual objects represented by the symbol
%End
QMatrix4x4 billboardTransform() const;
float billboardHeight() const;
%Docstring
Returns transform for billboards
Returns how nuch the billboard should be elevated upwards
%End
private:

View File

@ -191,9 +191,9 @@ Returns transform for individual objects represented by the symbol
Sets transform for individual objects represented by the symbol
%End
QMatrix4x4 billboardTransform() const;
float billboardHeight() const;
%Docstring
Returns transform for billboards
Returns how nuch the billboard should be elevated upwards
%End
private: