Procházet zdrojové kódy

Fixed documentation error

Ivan Safrin před 13 roky
rodič
revize
5f81670b6d
1 změnil soubory, kde provedl 2 přidání a 5 odebrání
  1. 2 5
      Core/Contents/Include/PolyEntity.h

+ 2 - 5
Core/Contents/Include/PolyEntity.h

@@ -426,11 +426,8 @@ namespace Polycode {
 			void setColorInt(int r, int g, int b, int a);	
 			
 			/**
-			* Sets the color of the entity as 0-255 integers.
-			* @param r Red value as a 0-255 integer.
-			* @param g Green value as a 0-255 integer.
-			* @param b Blue value as a 0-255 integer.
-			* @param a Alpha value as a 0-255 integer.
+			* Sets the color of the entity.
+			* @param color Color to set the entity color to.
 			*/									
 			void setColor(Color color);