mirror of
https://github.com/overte-org/overte.git
synced 2025-08-11 00:02:57 +02:00
Delete some redundant code
This commit is contained in:
parent
5587a2fdf8
commit
5c72a41163
1 changed files with 0 additions and 4 deletions
|
@ -1043,10 +1043,6 @@
|
||||||
wasScaleTool = toolSelected === TOOL_SCALE;
|
wasScaleTool = toolSelected === TOOL_SCALE;
|
||||||
doUpdateState = true;
|
doUpdateState = true;
|
||||||
}
|
}
|
||||||
if (toolSelected === TOOL_COLOR && intersection.entityID !== intersectedEntityID) {
|
|
||||||
intersectedEntityID = intersection.entityID;
|
|
||||||
doUpdateState = true;
|
|
||||||
}
|
|
||||||
if ((toolSelected === TOOL_COLOR || toolSelected === TOOL_PHYSICS)
|
if ((toolSelected === TOOL_COLOR || toolSelected === TOOL_PHYSICS)
|
||||||
&& intersection.entityID !== intersectedEntityID) {
|
&& intersection.entityID !== intersectedEntityID) {
|
||||||
intersectedEntityID = intersection.entityID;
|
intersectedEntityID = intersection.entityID;
|
||||||
|
|
Loading…
Reference in a new issue