This commit is contained in:
Nathan Letwory 2011-09-05 22:15:07 +00:00
parent 271f069b85
commit 0c992c73a1

@ -366,11 +366,11 @@ void GHOST_NDOFManager::setDeadZone(float dz)
}
else if (dz > 0.5f) {
// warn the rogue user/programmer, but allow it
GHOST_PRINT("ndof: dead zone of %.2f is rather high...\n", dz);
GHOST_PRINTF("ndof: dead zone of %.2f is rather high...\n", dz);
}
m_deadZone = dz;
GHOST_PRINT("ndof: dead zone set to %.2f\n", dz);
GHOST_PRINTF("ndof: dead zone set to %.2f\n", dz);
}
static bool atHomePosition(GHOST_TEventNDOFMotionData* ndof)