mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-04-01 21:06:43 +00:00
Fix inconsistent argument name
This commit is contained in:
parent
eca0d8b7ea
commit
ee2f0e7eb3
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ namespace CSVRender
|
||||||
osg::Vec3f getProjectionSpaceCoords(const osg::Vec3f& pos);
|
osg::Vec3f getProjectionSpaceCoords(const osg::Vec3f& pos);
|
||||||
osg::Vec3f getMousePlaneCoords(const QPoint& point, const osg::Vec3d& dragStart);
|
osg::Vec3f getMousePlaneCoords(const QPoint& point, const osg::Vec3d& dragStart);
|
||||||
void handleSelectDrag(const QPoint& pos);
|
void handleSelectDrag(const QPoint& pos);
|
||||||
void dropInstance(CSVRender::Object* object, float objectHeight);
|
void dropInstance(CSVRender::Object* object, float dropHeight);
|
||||||
float calculateDropHeight(DropMode dropMode, CSVRender::Object* object, float objectHeight);
|
float calculateDropHeight(DropMode dropMode, CSVRender::Object* object, float objectHeight);
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in a new issue