Update ContrastChanger.java

pull/7/head
hYdos 2020-02-25 16:04:35 +10:00
parent 710ab05b5d
commit f7c83d1afe
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,9 @@ package com.github.hydos.ginger.engine.postprocessing;
import org.lwjgl.opengl.*;
public class ContrastChanger {
import com.github.hydos.ginger.engine.fbo.FboCallbackHandler;
public class ContrastChanger extends FboCallbackHandler{
private ImageRenderer renderer;
private ContrastShader shader;