From 24da98574e89be2f22fc8bc096bed91cb3f7ed09 Mon Sep 17 00:00:00 2001 From: oakes Date: Tue, 22 Apr 2014 11:54:51 -0400 Subject: [PATCH] Fix doc for play-mode --- doclet/resources/classes.edn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doclet/resources/classes.edn b/doclet/resources/classes.edn index 297086d..d52304f 100644 --- a/doclet/resources/classes.edn +++ b/doclet/resources/classes.edn @@ -1,7 +1,7 @@ {"Align" {"align" :static-fields} - "com.badlogic.gdx.graphics.g2d.Animation" {"play-mode" :static-fields - "animation" :methods + "com.badlogic.gdx.graphics.g2d.Animation" {"animation" :methods "animation!" :methods} + "Animation.PlayMode" {"play-mode" :static-fields} "AnimationController" {"animation-controller" :methods "animation-controller!" :methods} "Application" {"app!" :methods}