Browse Source

Rephrase note about known skeleton issue with GLES2

Nathan Lovato 4 years ago
parent
commit
a84012e4e2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tutorials/animation/2d_skeletons.rst

+ 2 - 2
tutorials/animation/2d_skeletons.rst

@@ -5,8 +5,8 @@
 
 .. warning::
 
-   Please note that 2D skeletons are currently not supported on Android (see `this issue
-   <https://github.com/godotengine/godot/issues/35772>`_ for more information).
+    There are known issues with 2D skeletons on mobile and web platforms with the GLES2 renderer. We
+    recommend using the GLES3 renderer if your project relies on Skeleton2D for now.
 
 Introduction
 ------------