Skip to content

Commit 944b267

Browse files
committed
Merge pull request #67 from BlaXpirit/master
Remove non-ASCII symbols in Sensor.h
2 parents caf9aba + d849c0e commit 944b267

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/SFML/Window/Sensor.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
////////////////////////////////////////////////////////////
4040
typedef enum
4141
{
42-
sfSensorAccelerometer, ///< Measures the raw acceleration (m/s²)
42+
sfSensorAccelerometer, ///< Measures the raw acceleration (m/s^2)
4343
sfSensorGyroscope, ///< Measures the raw rotation rates (degrees/s)
4444
sfSensorMagnetometer, ///< Measures the ambient magnetic field (micro-teslas)
45-
sfSensorGravity, ///< Measures the direction and intensity of gravity, independent of device acceleration (m/s²)
46-
sfSensorUserAcceleration, ///< Measures the direction and intensity of device acceleration, independent of the gravity (m/s²)
45+
sfSensorGravity, ///< Measures the direction and intensity of gravity, independent of device acceleration (m/s^2)
46+
sfSensorUserAcceleration, ///< Measures the direction and intensity of device acceleration, independent of the gravity (m/s^2)
4747
sfSensorOrientation, ///< Measures the absolute 3D orientation (degrees)
4848

4949
sfSensorCount ///< Keep last -- the total number of sensor types

0 commit comments

Comments
 (0)