From aa1eeebb1c05edc22335cbb48af5d42be20750c0 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Fri, 26 Jul 2024 17:20:13 +1000 Subject: moving some maths functions to implementation file --- src/new_render/skybox.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/new_render/skybox.c') diff --git a/src/new_render/skybox.c b/src/new_render/skybox.c index 8ba4da9..5456401 100644 --- a/src/new_render/skybox.c +++ b/src/new_render/skybox.c @@ -122,9 +122,7 @@ Skybox Skybox_Create(const char** face_paths, int n) { return (Skybox){ .cube = cube, .texture = handle, .pipeline = pipeline }; } -Skybox Skybox_Default() { - return Skybox_Create(faces, 6); -} +Skybox Skybox_Default() { return Skybox_Create(faces, 6); } void Skybox_Draw(Skybox* skybox, Camera camera) { GPU_CmdEncoder* enc = GPU_GetDefaultEncoder(); -- cgit v1.2.3-70-g09d2