mirror of
https://github.com/overte-org/overte.git
synced 2025-08-13 01:54:58 +02:00
deleted unnessary log message
This commit is contained in:
parent
f7108ccff8
commit
66154d20e0
1 changed files with 0 additions and 1 deletions
|
@ -386,7 +386,6 @@ function resetToHand() { // For use with controllers, puts the sword in contact
|
|||
function mouseMoveEvent(event) {
|
||||
//When a controller like the hydra gives a mouse event, the x/y is not meaningful to us, but we can detect with a truty deviceID
|
||||
if (event.deviceID || !isFighting() || isControllerActive()) {
|
||||
print('Attempting attachment reset');
|
||||
resetToHand();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue