chore: Update windows deployment folder

This commit is contained in:
PartyDonut 2025-10-09 12:59:00 +02:00
parent bb9fba04ce
commit 1879f9bb43
6 changed files with 42 additions and 44 deletions

View file

@ -60,7 +60,7 @@ class WindowClassRegistrar {
public:
~WindowClassRegistrar() = default;
// Returns the singleton registar instance.
// Returns the singleton registrar instance.
static WindowClassRegistrar* GetInstance() {
if (!instance_) {
instance_ = new WindowClassRegistrar();