浏览代码

Rephrase note about known skeleton issue with GLES2

Nathan Lovato 5 年之前
父节点
当前提交
a84012e4e2
共有 1 个文件被更改,包括 2 次插入2 次删除
  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
 ------------