From 61c4c5795ff9057b1c67142758418a4f982a0241 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Mon, 9 Nov 2015 00:49:18 -0300 Subject: -support for stereo ima-adpcm sample compression & playback -support for converting samples to ima-adpcm upon export --- tools/editor/editor_node.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/editor/editor_node.cpp') diff --git a/tools/editor/editor_node.cpp b/tools/editor/editor_node.cpp index a3d7cbd7c..5f5f554ef 100644 --- a/tools/editor/editor_node.cpp +++ b/tools/editor/editor_node.cpp @@ -5488,6 +5488,7 @@ EditorNode::EditorNode() { editor_import_export->add_import_plugin( Ref( memnew(EditorTranslationImportPlugin(this)))); editor_import_export->add_export_plugin( Ref( memnew(EditorTextureExportPlugin))); + editor_import_export->add_export_plugin( Ref( memnew(EditorSampleExportPlugin))); add_editor_plugin( memnew( CanvasItemEditorPlugin(this) ) ); add_editor_plugin( memnew( SpatialEditorPlugin(this) ) ); -- cgit v1.2.3-70-g09d2