Update InputMultitouch.cs
fix typo
This commit is contained in:
parent
8384e36054
commit
3e87f6955d
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ public class InputMultitouch
|
||||||
{
|
{
|
||||||
// Update
|
// Update
|
||||||
//----------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------
|
||||||
// Get the touch point count (h ow many fingers are touching the screen )
|
// Get the touch point count (how many fingers are touching the screen )
|
||||||
int tCount = GetTouchPointCount();
|
int tCount = GetTouchPointCount();
|
||||||
|
|
||||||
// Clamp touch points available (set the maximum touch points allowed )
|
// Clamp touch points available (set the maximum touch points allowed )
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue