Explorar o código

Fixed typo in comment

MarcoROG %!s(int64=8) %!d(string=hai) anos
pai
achega
b3dfbb2dad
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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	
 	};