mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
WiimoteEmu: Fix outdated comment.
This commit is contained in:
parent
b6545ea285
commit
443af3fabd
1 changed files with 1 additions and 2 deletions
|
@ -79,8 +79,7 @@ void CameraLogic::Update(const Common::Matrix44& transform)
|
|||
constexpr int MAX_POINT_SIZE = 15;
|
||||
|
||||
// Sensor bar:
|
||||
// Values are optimized for default settings in "Super Mario Galaxy 2"
|
||||
// This seems to be acceptable for a good number of games.
|
||||
// Distance in meters between LED clusters.
|
||||
constexpr float SENSOR_BAR_LED_SEPARATION = 0.2f;
|
||||
|
||||
const std::array<Vec3, NUM_POINTS> leds{
|
||||
|
|
Loading…
Add table
Reference in a new issue