Browse Source

[android] fix comment about SDL

Andrey Filipenkov 10 months ago
parent
commit
932bfdeeb6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      android/vcmi-app/src/main/java/eu/vcmi/vcmi/VcmiSDLActivity.java

+ 1 - 1
android/vcmi-app/src/main/java/eu/vcmi/vcmi/VcmiSDLActivity.java

@@ -77,7 +77,7 @@ public class VcmiSDLActivity extends SDLActivity
 
     @Override
     protected String[] getLibraries() {
-        // SDL is linked statically, no need to load anything
+        // app main library and SDL are loaded when launcher starts, no extra work to do
         return new String[] {
         };
     }