fix a gramatical error

This commit is contained in:
Mamadou Babaei
2023-04-28 01:21:20 +02:00
parent 42e210af45
commit 2014f3a035
@@ -382,7 +382,7 @@ bool USGWristTrackerComponent::FImpl::InitializeBackend() const
case 0: case 0:
// Do not pollute the logs! // Do not pollute the logs!
//SGLOG_ERROR("Device Scanning is already running within this program."); //SGLOG_ERROR("Device Scanning is already running within this program.");
// We must return here in case there are two virtual hand components are present in the scene. // We must return here in case two virtual hand components are present in the scene.
return true; return true;
case 1: case 1:
SGLOG("Successfully started up DeviceScanning from the current program."); SGLOG("Successfully started up DeviceScanning from the current program.");