Daniele Bartolini 10 лет назад
Родитель
Сommit
05c62e42e3
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      src/device.h

+ 3 - 3
src/device.h

@@ -115,9 +115,9 @@ private:
 	uint16_t _width;
 	uint16_t _height;
 
-	bool _is_init		: 1;
-	bool _is_running	: 1;
-	bool _is_paused		: 1;
+	bool _is_init;
+	bool _is_running;
+	bool _is_paused;
 
 	uint64_t _frame_count;
 	int64_t _last_time;