From 328173c51a108ac1b779cd56db7a078283c3ee2b Mon Sep 17 00:00:00 2001 From: Aiekick Date: Fri, 11 Aug 2023 10:49:49 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 01ec4c1..3c50c0f 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ With this simple code (thanks to [@unphased](https://github.com/unphased)) #include "VoxWriter.h" int main() { - const int32_t SIZE = 189; + const int32_t SIZE = 189; const int32_t OFFSET = SIZE; const float Z_SCALE = 1.0f; const int32_t FRAMES = 30; @@ -24,7 +24,7 @@ int main() vox::VoxWriter vox; - vox.StartTimeLogging(); + vox.StartTimeLogging(); float time = 0.0f; for (int32_t k = 0; k < FRAMES; ++k) { vox.SetKeyFrame(k);