mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-03 08:26:11 +00:00
f
This commit is contained in:
parent
1a7ba74517
commit
54331d8e76
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user