* remove camera_drag_move from debug panel

* remove log
This commit is contained in:
Kurt Hutten
2023-12-18 05:10:31 +11:00
committed by GitHub
parent 0c9589f7ee
commit d5570e5c62

View File

@ -981,10 +981,11 @@ export class EngineCommandManager {
!(
command.type === 'modeling_cmd_req' &&
(command.cmd.type === 'highlight_set_entity' ||
command.cmd.type === 'mouse_move')
command.cmd.type === 'mouse_move' ||
command.cmd.type === 'camera_drag_move')
)
) {
// highlight_set_entity and mouse_move are sent over the unreliable channel and are too noisy
// highlight_set_entity, mouse_move and camera_drag_move are sent over the unreliable channel and are too noisy
this.addCommandLog({
type: 'send-scene',
data: command,