mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 08:04:40 +00:00
console spam cleanup
This commit is contained in:
parent
1458494b2a
commit
4b1e2816a9
1 changed files with 0 additions and 1 deletions
|
|
@ -2464,7 +2464,6 @@ function toggleSnappingOptions( %var )
|
||||||
{
|
{
|
||||||
EWorldEditor.UseGroupCenter = !EWorldEditor.UseGroupCenter;
|
EWorldEditor.UseGroupCenter = !EWorldEditor.UseGroupCenter;
|
||||||
ESnapOptions->GroupSnapButton.setStateOn(EWorldEditor.UseGroupCenter);
|
ESnapOptions->GroupSnapButton.setStateOn(EWorldEditor.UseGroupCenter);
|
||||||
error(EWorldEditor.UseGroupCenter);
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue