Fixed Typos and padding

This commit is contained in:
W2.Wizard
2021-01-17 10:18:30 +01:00
parent 0e768694b5
commit 8fd0af3f39
19 changed files with 24 additions and 24 deletions

View File

@@ -490,7 +490,7 @@ namespace FlaxEditor.Windows.Assets
}
if (_player.IsStopped || _player.Time >= _options.EndTime)
{
// End rendering but perform reaming copies of the staging textures so all data is captured (from GPU to CPU)
// End rendering but perform remaining copies of the staging textures so all data is captured (from GPU to CPU)
_state = States.Staging;
break;
}