X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-sharp%2Fsharp%2Finternal%2FTextureSet.cs;h=e2b9de018f418fda3b97ef7ecef2a55d594a8593;hp=adb5ce91b4e917f596d260896f0ca1fe8a81edd7;hb=318378db7fbb0bcfb08c3c603f54857d6f5c9639;hpb=6fa08daf440e496896babb230e404aae7e77a5bb diff --git a/plugins/dali-sharp/sharp/internal/TextureSet.cs b/plugins/dali-sharp/sharp/internal/TextureSet.cs index adb5ce9..e2b9de0 100644 --- a/plugins/dali-sharp/sharp/internal/TextureSet.cs +++ b/plugins/dali-sharp/sharp/internal/TextureSet.cs @@ -26,7 +26,7 @@ namespace Dali { -public class TextureSet : BaseHandle { +internal class TextureSet : BaseHandle { private global::System.Runtime.InteropServices.HandleRef swigCPtr; internal TextureSet(global::System.IntPtr cPtr, bool cMemoryOwn) : base(NDalicPINVOKE.TextureSet_SWIGUpcast(cPtr), cMemoryOwn) { @@ -42,7 +42,7 @@ public class TextureSet : BaseHandle { } public override void Dispose() { - if (!Stage.IsInstalled()) { + if (!Window.IsInstalled()) { DisposeQueue.Instance.Add(this); return; }