-
Notifications
You must be signed in to change notification settings - Fork 29
Known Issues
psyGamer edited this page Jan 27, 2025
·
1 revision
In some rare cases on Windows, the editor will appear frozen and only update when the window when resized. The cause for this is not known, but there is a hack-fix solution:
- In Studio, go to
Settings
, and thenOpen Settings File...
(alternativly open%APPDATA%\CelesteStudio\Settings.toml
manually) - Close Studio
- Change
WPFSkiaHack = false
toWPFSkiaHack = true
and save the file - Re-open Studio and it should now properly update again
Important
This hack-fix is implemented by recreating the backing image every frame!
Since this can cause an increase in resource usage, it's only recommended to turn on when absolutly required.