Merge branch 'AboutFlaxAdjustment' of git://github.com/W2Wizard/FlaxEngine into W2Wizard-AboutFlaxAdjustment

This commit is contained in:
Wojtek Figat
2021-01-18 21:07:49 +01:00
19 changed files with 24 additions and 24 deletions

View File

@@ -77,7 +77,7 @@ void WindowsManagerService::Update()
void WindowsManagerService::Dispose()
{
// Close reaming windows
// Close remaining windows
WindowsManager::WindowsLocker.Lock();
auto windows = WindowsManager::Windows;
for (auto& win : windows)