From 73c1a902deffa409cfdf1c5b37123bfd145f4dda Mon Sep 17 00:00:00 2001 From: AzaezelX Date: Mon, 29 Aug 2022 21:43:14 -0500 Subject: [PATCH] cAps fix --- Engine/source/T3D/assets/SoundAssetInspectors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Engine/source/T3D/assets/SoundAssetInspectors.h b/Engine/source/T3D/assets/SoundAssetInspectors.h index 23262151f..6fb23fdfc 100644 --- a/Engine/source/T3D/assets/SoundAssetInspectors.h +++ b/Engine/source/T3D/assets/SoundAssetInspectors.h @@ -1,6 +1,6 @@ #pragma once -#include "Soundasset.h" +#include "SoundAsset.h" #ifndef _GUI_INSPECTOR_TYPES_H_ #include "gui/editor/guiInspectorTypes.h"