From 2c81deffe5fa066c10a5e9c22b7fee7e45a06c36 Mon Sep 17 00:00:00 2001 From: Jacco Bikker Date: Thu, 23 Jan 2025 10:07:11 +0100 Subject: [PATCH] Minor cleanup. --- tiny_bvh_custom.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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