Kaynağa Gözat

Remove useless hrt trace

Leonardo Jeanteur 2 yıl önce
ebeveyn
işleme
9f16cf867e
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  1. 0 1
      hrt/impl/Gradient.hx

+ 0 - 1
hrt/impl/Gradient.hx

@@ -121,7 +121,6 @@ class Gradient {
 
         var texture = Texture.fromPixels(genPixels(), RGBA);
         texture.realloc = function() {
-            trace("realloc");
             texture.uploadPixels(genPixels());
         }
         cache.set(hash, texture);