From 3e46797dfc217b5afda538a30908b44e74387e92 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Wed, 9 Dec 2020 22:14:48 +0100 Subject: [PATCH] Remove known bugs notice about 2D skeletons on Android The 2D skeleton skinning path has been rewritten in 3.2.4 and should now correctly work on Android. --- tutorials/animation/2d_skeletons.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tutorials/animation/2d_skeletons.rst b/tutorials/animation/2d_skeletons.rst index f0076cc14..49523a6fc 100644 --- a/tutorials/animation/2d_skeletons.rst +++ b/tutorials/animation/2d_skeletons.rst @@ -3,11 +3,6 @@ 2D skeletons ============ -.. warning:: - - 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 ------------