Fix image not show issue 09/161909/1
authorxb.teng <xb.teng@samsung.com>
Tue, 28 Nov 2017 06:53:48 +0000 (14:53 +0800)
committerxb.teng <xb.teng@samsung.com>
Tue, 28 Nov 2017 06:53:48 +0000 (14:53 +0800)
Change-Id: If18d45f4a8d61819462002da4ae4fde5424a6d47

dali-toolkit/internal/visuals/texture-manager-impl.h

index 7693b1c..b385344 100644 (file)
@@ -376,7 +376,7 @@ private:
     }
 
     TextureId           textureId;   ///< The external Texture Id assigned to this load
-    unsigned short      loadId;      ///< The load Id used by the async loader to reference this load
+    uint32_t            loadId;      ///< The load Id used by the async loader to reference this load
   };
 
   // Private typedefs: