Fix build warnings on the latest XCode

This commit is contained in:
Wojtek Figat
2023-11-14 19:03:46 +01:00
parent 8d3cb8953c
commit bc3107d1db
6 changed files with 57 additions and 33 deletions

View File

@@ -46,7 +46,7 @@ API_CLASS(Sealed, NoSpawn) class FLAXENGINE_API FoliageType : public ScriptingOb
DECLARE_SCRIPTING_TYPE_NO_SPAWN(FoliageType);
friend Foliage;
private:
int8 _isReady : 1;
uint8 _isReady : 1;
public:
/// <summary>