mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 16:14:35 +02:00
cleanup
This commit is contained in:
parent
5e1e931298
commit
d3de03b67a
1 changed files with 0 additions and 2 deletions
|
@ -91,8 +91,6 @@ const glm::vec3 bugParts[VOXELS_PER_BUG] = {
|
||||||
glm::vec3(-3, 0, 1),
|
glm::vec3(-3, 0, 1),
|
||||||
};
|
};
|
||||||
|
|
||||||
bool positionA = true;
|
|
||||||
|
|
||||||
static void renderMovingBug() {
|
static void renderMovingBug() {
|
||||||
VoxelDetail details[VOXELS_PER_BUG];
|
VoxelDetail details[VOXELS_PER_BUG];
|
||||||
unsigned char* bufferOut;
|
unsigned char* bufferOut;
|
||||||
|
|
Loading…
Reference in a new issue