add flag to toggle tracy (disabled for now)
This commit is contained in:
@ -1,9 +1,14 @@
|
||||
#include "state.hpp"
|
||||
#include "config.hpp"
|
||||
#include "presets.hpp"
|
||||
#include "tracy.hpp"
|
||||
|
||||
#include <raymath.h>
|
||||
|
||||
#ifdef TRACY
|
||||
#include "tracy.hpp"
|
||||
#include <tracy/Tracy.hpp>
|
||||
#endif
|
||||
|
||||
auto StateManager::LoadPreset(int preset) -> void {
|
||||
current_preset = preset;
|
||||
current_state = CurrentGenerator()();
|
||||
|
||||
Reference in New Issue
Block a user