From aa9e892dbdb02654252c65c6185c84ca7b58d8c4 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Mon, 24 Aug 2020 14:53:12 +0200 Subject: [PATCH] Use the Dummy audio driver since Material Maker doesn't play any sounds This prevents Godot from appearing as an application playing sound while Material Maker is running. This also decreases CPU usage (especially on macOS due to a known engine bug). --- project.godot | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/project.godot b/project.godot index 7c03985a..bd1fceef 100644 --- a/project.godot +++ b/project.godot @@ -194,6 +194,10 @@ config/icon="res://icon.png" config/windows_native_icon="res://icon.ico" config/release="0.93" +[audio] + +driver="Dummy" + [autoload] mm_io_types="*res://addons/material_maker/engine/io_types.gd"