Fix editor theme migration

This commit is contained in:
nickofolas
2022-04-18 11:44:00 -05:00
parent cae1a9a92c
commit 7054c9daef
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ export const CONSTANTS: {
LatestUpdate: string;
} = {
VersionString: "1.6.4",
VersionNumber: 14,
VersionNumber: 15,
// Speed (in ms) at which the main loop is updated
_idleSpeed: 200,