diff --git a/tiny_bvh_custom.cpp b/tiny_bvh_custom.cpp index f66234f..efc11d8 100644 --- a/tiny_bvh_custom.cpp +++ b/tiny_bvh_custom.cpp @@ -141,7 +141,4 @@ void Tick( float delta_time_s, fenster& f, uint32_t* buf ) } } -void Shutdown() -{ - // nothing here. -} \ No newline at end of file +void Shutdown() { /* nothing here. */ } \ No newline at end of file