aboutsummaryrefslogtreecommitdiff
path: root/scene/resources/animation.h
diff options
context:
space:
mode:
authorGeorge Marques2017-06-15 19:44:11 -0300
committerGeorge Marques2017-06-15 21:35:20 -0300
commite42d59f01e60b18752d1cb5ef0a631c55e75a1b4 (patch)
tree2699fa08b41a792096965717dce6be6b58487d0a /scene/resources/animation.h
parent7b1f1dbf37a06b4dd5922f843101fce8b980481c (diff)
downloadgodot-e42d59f.tar.gz
godot-e42d59f.tar.zst
godot-e42d59f.zip
Rename Godot-specific resource extensions
Diffstat (limited to 'scene/resources/animation.h')
-rw-r--r--scene/resources/animation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/animation.h b/scene/resources/animation.h
index ef5befac6..b363f2b66 100644
--- a/scene/resources/animation.h
+++ b/scene/resources/animation.h
@@ -37,7 +37,7 @@
class Animation : public Resource {
GDCLASS(Animation, Resource);
- RES_BASE_EXTENSION("anm");
+ RES_BASE_EXTENSION("anim");
public:
enum TrackType {