Skip to content

Commit

Permalink
fix: remove recalcAssignedChannels from hot path
Browse files Browse the repository at this point in the history
  • Loading branch information
Balte de Wit committed Jan 28, 2022
1 parent 035b7c9 commit c5bf42b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/MainThreadHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ export class MainThreadHandlers {
}

updatePartialStore(faderIndex: number) {
this.recalcAssignedChannels()
socketServer.emit(SOCKET_SET_STORE_FADER, {
faderIndex: faderIndex,
state: state.faders[0].fader[faderIndex],
Expand Down

0 comments on commit c5bf42b

Please sign in to comment.