mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 22:28:37 +02:00
fix coding standard issues
This commit is contained in:
parent
4b8022c64e
commit
d1776cc5da
1 changed files with 1 additions and 1 deletions
|
@ -600,7 +600,7 @@ int main(int argc, const char * argv[]) {
|
||||||
|
|
||||||
if (::shouldShowAnimationDebug) {
|
if (::shouldShowAnimationDebug) {
|
||||||
float* vertices = firstVertexForCode(voxelData);
|
float* vertices = firstVertexForCode(voxelData);
|
||||||
printf("inserting voxel at: %f,%f,%f\n",vertices[0],vertices[1],vertices[2]);
|
printf("inserting voxel at: %f,%f,%f\n", vertices[0], vertices[1], vertices[2]);
|
||||||
delete []vertices;
|
delete []vertices;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue