mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
more unused variable cleanups
This commit is contained in:
parent
3038e53856
commit
1ee127b753
31 changed files with 2 additions and 75 deletions
|
|
@ -465,7 +465,6 @@ void GuiNavEditorCtrl::on3DMouseDragged(const Gui3DMouseEvent & event)
|
|||
mGizmo->on3DMouseDragged(event);
|
||||
if(mGizmo->isDirty())
|
||||
{
|
||||
Point3F pos = mGizmo->getPosition();
|
||||
Point3F scale = mGizmo->getScale();
|
||||
const MatrixF &mat = mGizmo->getTransform();
|
||||
VectorF normal;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue