mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-31 04:46:40 +00:00
f
This commit is contained in:
@@ -17,10 +17,8 @@ public class EnginePipeline
|
||||
@Singular
|
||||
private final List<PipelinePhase> phases;
|
||||
|
||||
public void generate(Engine engine, IrisFeatureSizedTarget target, PipedHunkStack stack)
|
||||
{
|
||||
for(PipelinePhase i : phases)
|
||||
{
|
||||
public void generate(Engine engine, IrisFeatureSizedTarget target, PipedHunkStack stack) {
|
||||
for(PipelinePhase i : phases) {
|
||||
i.generate(engine, target, stack);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user