|
|
@ -46,4 +46,8 @@ std::unique_ptr<Project> Project::fromToml(std::shared_ptr<cpptoml::table> manif |
|
|
|
void Project::load_scene(std::shared_ptr<Scene> scene) { |
|
|
|
this->current_scene = scene; |
|
|
|
this->scene_loaded = true; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
void Project::reload_shaders() { |
|
|
|
this->shader_bundle->recompile().link(); |
|
|
|
} |