summaryrefslogtreecommitdiff
path: root/src/core.c
diff options
context:
space:
mode:
authoromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-10-18 17:54:52 +1100
committeromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-10-18 17:54:52 +1100
commitd6d742f8a24490f885e4a1ae3fea7ec46b01f58c (patch)
tree858e12ecb3c4a624b8ec6225f4a0f6959caa2d32 /src/core.c
parent28bd234a45995b62544e6b5f70d40dfe39ef2e99 (diff)
chore: format
Diffstat (limited to 'src/core.c')
-rw-r--r--src/core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core.c b/src/core.c
index e1ffeab..ed09597 100644
--- a/src/core.c
+++ b/src/core.c
@@ -36,7 +36,6 @@ void core_bringup(const char* window_name, struct GLFWwindow* optional_window) {
g_core.window = glfw_window;
}
-
// This may move into a renderer struct
ral_backend_init(window_name, g_core.window);