Skip to content

Commit

Permalink
Fixed typo that caused ReferenceError (can't find variable) in touchc…
Browse files Browse the repository at this point in the history
…ancel handler
  • Loading branch information
koalefant authored and not-fl3 committed May 31, 2023
1 parent be6e9e0 commit e50ada7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/gl.js
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ function animation() {
const SAPP_EVENTTYPE_TOUCHES_BEGAN = 10;
const SAPP_EVENTTYPE_TOUCHES_MOVED = 11;
const SAPP_EVENTTYPE_TOUCHES_ENDED = 12;
const SAPP_EVENTTYPE_TOUCHES_CANCELLED = 13;
const SAPP_EVENTTYPE_TOUCHES_CANCELED = 13;

const SAPP_MODIFIER_SHIFT = 1;
const SAPP_MODIFIER_CTRL = 2;
Expand Down

0 comments on commit e50ada7

Please sign in to comment.