mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-16 08:36:07 +09:00
screen blur without creating a texture
This commit is contained in:
@@ -28,4 +28,7 @@ public class FrameBufferManager {
|
||||
}
|
||||
}
|
||||
|
||||
public static FrameBuffer peek() {
|
||||
return (stack.size() > 0) ? stack.peek() : null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user