Kaynağa Gözat

Fixed typo in comment

MarcoROG 8 yıl önce
ebeveyn
işleme
b3dfbb2dad
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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.
 		 * However it is hard to guarantee when GPU has finished using a buffer.
 		 */
 		 */
 		GBL_WRITE_ONLY_NO_OVERWRITE,
 		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	
 		GBL_WRITE_ONLY	
 	};
 	};