|
@ -90,7 +90,7 @@ void Gui::render_mmb_debug() { |
|
|
if (state->current_project != nullptr) { |
|
|
if (state->current_project != nullptr) { |
|
|
if (state->current_project->scene_loaded) { |
|
|
if (state->current_project->scene_loaded) { |
|
|
std::cout << "=== reloading shaders ===\n"; |
|
|
std::cout << "=== reloading shaders ===\n"; |
|
|
state->current_project->shader_bundle->recompile().link(); |
|
|
|
|
|
|
|
|
state->current_project->reload_shaders(); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|