From 478cba5e1500e73f65b3d6c42b51581c84c506e0 Mon Sep 17 00:00:00 2001 From: Brett Date: Tue, 16 Apr 2024 02:43:42 -0400 Subject: [PATCH] sampling --- CMakeLists.txt | 2 +- src/main.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2b99635..ce6acb7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.25) -project(graphs VERSION 0.0.8) +project(graphs VERSION 0.0.9) option(ENABLE_ADDRSAN "Enable the address sanitizer" OFF) option(ENABLE_UBSAN "Enable the ub sanitizer" OFF) diff --git a/src/main.cpp b/src/main.cpp index b1f7c16..68176e6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -33,7 +33,6 @@ void init(blt::gfx::window_context& context) global_matrices.create_internals(); resources.load_resources(); renderer_2d.create(); - } float x = 50, y = 50;