Skip to content

Commit

Permalink
The default for inputActivePointers works for this condition now
Browse files Browse the repository at this point in the history
  • Loading branch information
rgk committed Apr 22, 2024
1 parent ec98b33 commit e337b6e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/input/InputManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,6 @@ var InputManager = new Class({
*/
this.pointersTotal = config.inputActivePointers;

if (config.inputTouch && this.pointersTotal === 1)
{
this.pointersTotal = 2;
}

for (var i = 0; i <= this.pointersTotal; i++)
{
var pointer = new Pointer(this, i);
Expand Down

0 comments on commit e337b6e

Please sign in to comment.