Browse Source

Remove useless hrt trace

Leonardo Jeanteur 2 years ago
parent
commit
9f16cf867e
1 changed files with 0 additions and 1 deletions
  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);
         var texture = Texture.fromPixels(genPixels(), RGBA);
         texture.realloc = function() {
         texture.realloc = function() {
-            trace("realloc");
             texture.uploadPixels(genPixels());
             texture.uploadPixels(genPixels());
         }
         }
         cache.set(hash, texture);
         cache.set(hash, texture);