update ContentGfxCache

This commit is contained in:
MihailRis
2025-07-24 22:51:53 +03:00
parent 4a6ccf4847
commit 799d712447
5 changed files with 69 additions and 35 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ public:
});
}
const T& get() const {
[[nodiscard]] const T& get() const {
return value;
}