Бранимир Караџић 3 years ago
parent
commit
750e95f7d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/bgfx/bgfx.h

+ 1 - 1
include/bgfx/bgfx.h

@@ -636,7 +636,7 @@ namespace bgfx
 		TextureFormat::Enum format; //!< Backbuffer format.
 		uint32_t width;             //!< Backbuffer width.
 		uint32_t height;            //!< Backbuffer height.
-		uint32_t reset;	            //!< Reset parameters.
+		uint32_t reset;             //!< Reset parameters.
 		uint8_t  numBackBuffers;    //!< Number of back buffers.
 		uint8_t  maxFrameLatency;   //!< Maximum frame latency.
 	};