mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +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;
|
||||
doUpdateState = true;
|
||||
}
|
||||
if (toolSelected === TOOL_COLOR && intersection.entityID !== intersectedEntityID) {
|
||||
intersectedEntityID = intersection.entityID;
|
||||
doUpdateState = true;
|
||||
}
|
||||
if ((toolSelected === TOOL_COLOR || toolSelected === TOOL_PHYSICS)
|
||||
&& intersection.entityID !== intersectedEntityID) {
|
||||
intersectedEntityID = intersection.entityID;
|
||||
|
|
Loading…
Reference in a new issue