Fix typos

This commit is contained in:
Wojtek Figat
2021-07-19 16:17:10 +02:00
parent 09c7642819
commit 5cbf091a7a
4 changed files with 10 additions and 10 deletions

View File

@@ -239,7 +239,7 @@ public:
API_FUNCTION() void CameraCut();
/// <summary>
/// The output texture (can be null if using rendering to window swap chain). Can be sued to redirect the default scene rendering output to a texture.
/// The output texture (can be null if using rendering to window swap chain). Can be used to redirect the default scene rendering output to a texture.
/// </summary>
API_FIELD() GPUTexture* Output = nullptr;