Add support for older Android devices that don't support R11G11B10 texture format

This commit is contained in:
Wojciech Figat
2021-11-15 16:37:36 +01:00
parent 80ef2befd5
commit d07ca3fcf4
5 changed files with 47 additions and 6 deletions

View File

@@ -194,7 +194,7 @@ public:
}
FORCE_INLINE SoftObjectReference& operator=(const Guid& id)
{
Set(id);
OnSet(id);
return *this;
}
FORCE_INLINE operator T*() const