rename spawn to show & add gfx.text3d.hide(...)

This commit is contained in:
MihailRis
2024-11-14 10:45:37 +03:00
parent eb5715eba9
commit d74b530a83
5 changed files with 20 additions and 8 deletions
+4
View File
@@ -95,3 +95,7 @@ u64id_t TextsRenderer::add(std::unique_ptr<TextNote> note) {
notes[uid] = std::move(note);
return uid;
}
void TextsRenderer::remove(u64id_t id) {
notes.erase(id);
}