From 1c52147c3ad05fb3845868e335beb5da2ddfeda1 Mon Sep 17 00:00:00 2001 From: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com> Date: Thu, 27 May 2021 17:12:28 -0500 Subject: [PATCH] Fixed path case issue in the declaration of the path to the UiBasics gem --- engine.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine.json b/engine.json index 7662d4f034..09bb3f5ff6 100644 --- a/engine.json +++ b/engine.json @@ -81,7 +81,7 @@ "Gems/TextureAtlas", "Gems/TickBusOrderViewer", "Gems/Twitch", - "Gems/UIBasics", + "Gems/UiBasics", "Gems/Vegetation", "Gems/Vegetation_Gem_Assets", "Gems/VideoPlaybackFramework",