diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core/physics.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/physics.cc b/src/core/physics.cc index a8577b3..4dadf07 100644 --- a/src/core/physics.cc +++ b/src/core/physics.cc @@ -51,4 +51,5 @@ void Physics::frame(const unsigned long timestamp) physics_timestamp = timestamp; } -} // namespace core
\ No newline at end of file +} // namespace core + |