2
0
Эх сурвалжийг харах

Fix simulator getName() return value

Josip Miskovic 3 сар өмнө
parent
commit
1686745529

+ 1 - 1
api/lovr/headset/getName.lua

@@ -18,5 +18,5 @@ return {
       returns = { 'name' }
     }
   },
-  notes = 'The simulator driver name will always be `Simulator`.'
+  notes = 'When headset simulator is used this function returns `nil`.'
 }