Merge pull request #8398 from jordan-woyak/old-wm-comment

WiimoteEmu: Fix an outdated comment.
This commit is contained in:
Mat M 2019-10-10 08:56:39 -04:00 committed by GitHub
commit 5be061e27f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -79,8 +79,7 @@ void CameraLogic::Update(const Common::Matrix44& transform)
constexpr int MAX_POINT_SIZE = 15; constexpr int MAX_POINT_SIZE = 15;
// Sensor bar: // Sensor bar:
// Values are optimized for default settings in "Super Mario Galaxy 2" // Distance in meters between LED clusters.
// This seems to be acceptable for a good number of games.
constexpr float SENSOR_BAR_LED_SEPARATION = 0.2f; constexpr float SENSOR_BAR_LED_SEPARATION = 0.2f;
const std::array<Vec3, NUM_POINTS> leds{ const std::array<Vec3, NUM_POINTS> leds{