This commit is contained in:
IntegratedQuantum 2023-03-28 16:33:36 +02:00
parent 1400141e94
commit 2a332e9c04

View File

@ -117,7 +117,6 @@ pub const BaseItem = struct {
if(self.texture == null) {
if(self.block) |blockType| {
const c = graphics.c;
// TODO:
c.glViewport(0, 0, 128, 128);
var frameBuffer: graphics.FrameBuffer = undefined;