add update_settings

This commit is contained in:
MihailRis
2024-11-14 21:18:36 +03:00
parent 501f1b568d
commit 4a74e56eda
4 changed files with 17 additions and 2 deletions
+4
View File
@@ -18,6 +18,10 @@ const NotePreset& TextNote::getPreset() const {
return preset;
}
void TextNote::updatePreset(const dv::value& data) {
preset.deserialize(data);
}
void TextNote::setPosition(const glm::vec3& position) {
this->position = position;
}