1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

[android] fix comment about SDL

This commit is contained in:
Andrey Filipenkov
2024-12-25 12:33:01 +03:00
parent 6c08c23fbf
commit 932bfdeeb6

View File

@@ -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[] {
};
}