Daniele Bartolini 9 lat temu
rodzic
commit
163adf5d56
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/device/device.cpp

+ 1 - 1
src/device/device.cpp

@@ -681,7 +681,7 @@ void Device::render(World& world, CameraInstance camera)
 {
 {
 	bgfx::setViewClear(0
 	bgfx::setViewClear(0
 		, BGFX_CLEAR_COLOR | BGFX_CLEAR_DEPTH
 		, BGFX_CLEAR_COLOR | BGFX_CLEAR_DEPTH
-		, 0x353839FF
+		, 0x353839ff
 		, 1.0f
 		, 1.0f
 		, 0
 		, 0
 		);
 		);