Remove transparent mesh and block placing and breaking
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Texture } from "./types.ts";
|
||||
|
||||
export function push_cube_to_mesh(
|
||||
vertices: number[],
|
||||
vertices: Float32Array,
|
||||
vertex_count: number,
|
||||
texture: Texture,
|
||||
x: number,
|
||||
|
||||
Reference in New Issue
Block a user