Idiot changed the variable name

This commit is contained in:
doggo 2021-06-03 17:36:44 -05:00
parent af51335aa7
commit ab11101611

View file

@ -1,5 +1,5 @@
#pragma once #pragma once
// `max_log_size` must be divisible by `pre_alloc` // `max_log_size` must be divisible by `pre_log_size`
constexpr auto max_log_size = 100; constexpr auto max_log_size = 100; // Setting to 0 does not compile logging
constexpr auto pre_alloc = 10; constexpr auto pre_log_size = 10;