main
Brett 2024-04-16 02:43:42 -04:00
parent 29ceade54c
commit 478cba5e15
2 changed files with 1 additions and 2 deletions

View File

@ -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)

View File

@ -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;