AtomLyIntegration
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user