1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 08:45:00 +01:00

Move LightFX into its own namespace (#23506)

This commit is contained in:
Aaron van Geffen
2024-12-30 12:04:39 +01:00
committed by GitHub
parent 9ba4beb1dc
commit 23d4032eed
28 changed files with 1079 additions and 1063 deletions

View File

@@ -521,7 +521,7 @@ namespace OpenRCT2
{
return false;
}
LightFXInit();
Drawing::LightFx::Init();
}
ViewportInitAll();