File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
common/src/main/kotlin/com/lambda Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import com.lambda.event.events.TickEvent
77import com.lambda.event.listener.SafeListener.Companion.listener
88import com.lambda.graphics.animation.Animation.Companion.exp
99import com.lambda.graphics.animation.AnimationTicker
10- import com.lambda.graphics.buffer.fbo. FrameBuffer
10+ import com.lambda.graphics.buffer.FrameBuffer
1111import com.lambda.graphics.gl.GlStateUtils.setupGL
1212import com.lambda.graphics.gl.Matrices
1313import com.lambda.graphics.gl.Matrices.resetMatrices
Original file line number Diff line number Diff line change 1- package com.lambda.graphics.buffer.fbo
1+ package com.lambda.graphics.buffer
2+
23import com.lambda.Lambda.mc
34import com.lambda.graphics.RenderMain
45import com.lambda.graphics.buffer.vao.VAO
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package com.lambda.gui.impl
22
33import com.lambda.Lambda.mc
44import com.lambda.graphics.animation.Animation.Companion.exp
5- import com.lambda.graphics.buffer.fbo. FrameBuffer
5+ import com.lambda.graphics.buffer.FrameBuffer
66import com.lambda.graphics.shader.Shader
77import com.lambda.gui.AbstractGuiConfigurable
88import com.lambda.gui.GuiConfigurable
You can’t perform that action at this time.
0 commit comments