mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-03 16:36:00 +00:00
f
This commit is contained in:
parent
1a7ba74517
commit
54331d8e76
@ -17,10 +17,8 @@ public class EnginePipeline
|
|||||||
@Singular
|
@Singular
|
||||||
private final List<PipelinePhase> phases;
|
private final List<PipelinePhase> phases;
|
||||||
|
|
||||||
public void generate(Engine engine, IrisFeatureSizedTarget target, PipedHunkStack stack)
|
public void generate(Engine engine, IrisFeatureSizedTarget target, PipedHunkStack stack) {
|
||||||
{
|
for(PipelinePhase i : phases) {
|
||||||
for(PipelinePhase i : phases)
|
|
||||||
{
|
|
||||||
i.generate(engine, target, stack);
|
i.generate(engine, target, stack);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user