Skip to content

Commit 00c52ef

Browse files
authored
Fix monolithic build for Smoothing gem (#73)
Signed-off-by: Piotr Jaroszek <[email protected]>
1 parent 9ecd37c commit 00c52ef

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Gems/Smoothing/Code/Source/Clients/SmoothingModule.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,4 @@ namespace Smoothing
1313
};
1414
} // namespace Smoothing
1515

16-
#if defined(O3DE_GEM_NAME)
17-
AZ_DECLARE_MODULE_CLASS(AZ_JOIN(Gem_, O3DE_GEM_NAME), Smoothing::SmoothingModule)
18-
#else
1916
AZ_DECLARE_MODULE_CLASS(Gem_Smoothing, Smoothing::SmoothingModule)
20-
#endif

0 commit comments

Comments
 (0)