MarcoROG 8 лет назад
Родитель
Сommit
b3dfbb2dad
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Source/BansheeCore/Include/BsCommonTypes.h

+ 1 - 1
Source/BansheeCore/Include/BsCommonTypes.h

@@ -166,7 +166,7 @@ namespace bs
 		 * However it is hard to guarantee when GPU has finished using a buffer.
 		 */
 		GBL_WRITE_ONLY_NO_OVERWRITE,
-		/** Allows you to both read and write to a buffer. */
+		/** Allows you to write to a buffer. */
 		GBL_WRITE_ONLY	
 	};