Преглед изворни кода

Fixing font RTTI that had invalid base class

Marko Pintera пре 11 година
родитељ
комит
8d9993f92a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      BansheeCore/Include/BsFontRTTI.h

+ 1 - 1
BansheeCore/Include/BsFontRTTI.h

@@ -8,7 +8,7 @@
 
 namespace BansheeEngine
 {
-	class BS_CORE_EXPORT FontDataRTTI : public RTTIType<FontData, Resource, FontDataRTTI>
+	class BS_CORE_EXPORT FontDataRTTI : public RTTIType<FontData, IReflectable, FontDataRTTI>
 	{
 	private:
 		UINT32& getSize(FontData* obj)