fix copy pasting bugs

This commit is contained in:
GenevensiS
2026-05-04 04:57:31 +02:00
parent 8cc17abecc
commit db1fd4f343
6 changed files with 25 additions and 19 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ public:
/// Update scripts that were delayed
void updateDelayed();
/// Update uid map
void buildUidMap();
void buildUIDMap();
/// A context for performing scripts
/** Should only be used from the thumbnail thread! */
Context& getContextForThumbnails();