mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 07:21:14 +01:00
Merge pull request #8398 from jordan-woyak/old-wm-comment
WiimoteEmu: Fix an outdated comment.
This commit is contained in:
commit
5be061e27f
@ -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{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user