Bläddra i källkod

Merge pull request #4 from mcclure/getos-android

Add android to getos
Bjorn Swenson 6 år sedan
förälder
incheckning
0a0f4e4776
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      api/lovr/getOS.lua

+ 1 - 1
api/lovr/getOS.lua

@@ -7,7 +7,7 @@ return {
     {
       name = 'os',
       type = 'string',
-      description = 'Either "Windows", "macOS", "Linux", or "Web".'
+      description = 'Either "Windows", "macOS", "Linux", "Android" or "Web".'
     }
   }
 }