|
@@ -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);
|