Disabled debug printing.

This commit is contained in:
Camilla Berglund 2012-01-29 15:39:35 +01:00
parent 58bb6b5288
commit e26fd639f9
1 changed files with 1 additions and 1 deletions

View File

@ -522,7 +522,7 @@ int _glfwPlatformGetJoystickPos(int joy, float* pos, int numaxes)
else
pos[i] = (2.0f * (axes->value - axes->minReport) / readScale) - 1.0f;
printf("%ld, %ld, %ld\n", axes->value, axes->minReport, axes->maxReport);
//printf("%ld, %ld, %ld\n", axes->value, axes->minReport, axes->maxReport);
if (i & 1)
pos[i] = -pos[i];