Format more engine code

This commit is contained in:
Wojtek Figat
2022-06-14 20:17:00 +02:00
parent 7c923198e0
commit b49e5e9984
219 changed files with 348 additions and 1236 deletions

View File

@@ -10,9 +10,8 @@
/// </summary>
API_CLASS(Static) class FLAXENGINE_API Graphics
{
DECLARE_SCRIPTING_TYPE_NO_SPAWN(Graphics);
DECLARE_SCRIPTING_TYPE_NO_SPAWN(Graphics);
public:
/// <summary>
/// Enables rendering synchronization with the refresh rate of the display device to avoid "tearing" artifacts.
/// </summary>
@@ -64,7 +63,6 @@ public:
API_FIELD() static Quality GIQuality;
public:
/// <summary>
/// Disposes the device.
/// </summary>