Browse Source

Refer to HTML5 platform more accurately.

Lasse Öörni 11 years ago
parent
commit
b7d87c613f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/Urho3D/Graphics/GraphicsDefs.h

+ 1 - 1
Source/Urho3D/Graphics/GraphicsDefs.h

@@ -30,7 +30,7 @@ namespace Urho3D
 
 class Vector3;
 
-/// Graphics capability support level. WebGL also uses OpenGL ES, but is considered a desktop platform capability-wise
+/// Graphics capability support level. HTML5 (Emscripten) also uses OpenGL ES, but is considered a desktop platform capability-wise
 #if defined(ANDROID) || defined(IOS) || defined(RPI)
 #define MOBILE_GRAPHICS
 #else