mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-09-10 21:07:54 -04:00
.
This commit is contained in:
parent
1400141e94
commit
2a332e9c04
@ -117,7 +117,6 @@ pub const BaseItem = struct {
|
|||||||
if(self.texture == null) {
|
if(self.texture == null) {
|
||||||
if(self.block) |blockType| {
|
if(self.block) |blockType| {
|
||||||
const c = graphics.c;
|
const c = graphics.c;
|
||||||
// TODO:
|
|
||||||
c.glViewport(0, 0, 128, 128);
|
c.glViewport(0, 0, 128, 128);
|
||||||
|
|
||||||
var frameBuffer: graphics.FrameBuffer = undefined;
|
var frameBuffer: graphics.FrameBuffer = undefined;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user