فهرست منبع

Remove useless hrt trace

Leonardo Jeanteur 2 سال پیش
والد
کامیت
9f16cf867e
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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);