]> isoptera.lcsc.edu Git - example_engine/.git/commitdiff
Another trivial change to test receive hook
authorSeth <sslong@lcsc.edu>
Wed, 23 Oct 2024 23:34:18 +0000 (16:34 -0700)
committerSeth <sslong@lcsc.edu>
Wed, 23 Oct 2024 23:34:18 +0000 (16:34 -0700)
main.cpp

index f0c1e900fa1c7db1bc83f164810eb5e091997e93..c45dc0073a91ca452590f65b0f901641dc657c3a 100644 (file)
--- a/main.cpp
+++ b/main.cpp
@@ -181,7 +181,7 @@ void object_movement(){
                }
 //             grand_mutex.unlock();
                for(gameobject* o : objects)
-                       o->move(); // move needs a paramter which indicates how long since we last called move
+                       o->move(); // move needs a parameter which indicates how long since we last called move
                auto end_time = std::chrono::system_clock::now();
                int cpu_time = std::chrono::duration_cast<std::chrono::microseconds>(end_time - start_time).count();
                last_call = start_time;