Skip to content
Failed

Changes

Summary

  1. Fix FractalStarGenerator not displaying a background texture in some cases (commit: 738819a) (details)
Commit 738819a9e0acfd40552ce6f7fa3198469bfc8f95 by Geolykt
Fix FractalStarGenerator not displaying a background texture in some cases

This seemed to have been caused by the fact that galimulator was overly aggressively
caching the background texture, causing severe mismatches at times
(commit: 738819a)
The file was modifiedbuild.gradle (diff)
The file was modifiedsrc/main/resources/api-mixins.json (diff)
The file was modifiedsrc/main/java/de/geolykt/starloader/api/gui/Drawing.java (diff)
The file was addedsrc/main/java/de/geolykt/starloader/apimixins/FractalStarGeneratorMixins.java