fix a grammatical typo in a comment

This commit is contained in:
Mamadou Babaei
2024-10-11 12:30:21 +02:00
parent 5c902276e9
commit ab72a893e5
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Fixed
- Additional minor fixes and improvements that may not be listed here.
## [2.1.2] - 2024-09-02
This is a bugfix release that addresses a few non-critical issues and documentation fixes.
@@ -59,7 +59,7 @@ struct SENSEGLOVESETTINGS_API FSGTrackingSettings
public:
/**
* Determines whether to fallback to hand-tracking, or not, when no SenseGlove device is detected:
* Determines whether to fall back to hand-tracking, or not, when no SenseGlove device is detected:
*
* - If disabled, only a real glove will be tracked.
* - If enabled, the plugin will fall back to hand-tracking when it's available and supported by the HMD device.