diff --git a/desktop/src-common/advent/utils.clj b/desktop/src-common/advent/utils.clj index 16dde326..ebd26029 100644 --- a/desktop/src-common/advent/utils.clj +++ b/desktop/src-common/advent/utils.clj @@ -830,6 +830,6 @@ (.finishLoading am) (let [x (ParticleEffectEntity. (.get am path ParticleEffect))] (println (.get am "packed/particles/pack.png" Texture)) - (println (.getTexture (.getSprite (.get (.getEmitters (.get am path ParticleEffect)) 0)))) + (println (.getTexture (first (.getSprites (.get (.getEmitters (.get am path ParticleEffect)) 0))))) x) ))