Skip to content

Commit 328173c

Browse files
authored
Update README.md
1 parent 9328d2b commit 328173c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ With this simple code (thanks to [@unphased](https://github.com/unphased))
1616
#include "VoxWriter.h"
1717
int main()
1818
{
19-
const int32_t SIZE = 189;
19+
const int32_t SIZE = 189;
2020
const int32_t OFFSET = SIZE;
2121
const float Z_SCALE = 1.0f;
2222
const int32_t FRAMES = 30;
2323
const float len_ratio = 1.0f / (SIZE * SIZE);
2424

2525
vox::VoxWriter vox;
2626

27-
vox.StartTimeLogging();
27+
vox.StartTimeLogging();
2828
float time = 0.0f;
2929
for (int32_t k = 0; k < FRAMES; ++k) {
3030
vox.SetKeyFrame(k);

0 commit comments

Comments
 (0)