AtomLyIntegration

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-07-13 14:03:51 -07:00
parent f07d00df65
commit 6ce0874295
18 changed files with 12 additions and 46 deletions
@@ -5,7 +5,8 @@
*
*/
#include <AtomLyIntegration/AtomFont/AtomFont_precompiled.h>
#define USE_NULLFONT
#include "AtomFontSystemComponent.h"
#include <AzCore/Serialization/SerializeContext.h>
@@ -95,8 +96,8 @@ namespace AZ
#else
// The NULL font implementation must be present for all platforms
// supporting running as a pure dedicated server.
system->GetILog()->LogError("Missing NULL font implementation for dedicated server");
env.pCryFont = NULL;
system.GetILog()->LogError("Missing NULL font implementation for dedicated server");
gEnv->pCryFont = NULL;
#endif
}
else