Minor tweaks

This commit is contained in:
Ray
2024-06-24 18:41:33 +02:00
parent e96bab7ce6
commit 385e60dd41
4 changed files with 6 additions and 5 deletions

View File

@@ -126,7 +126,7 @@ Rectangle GetShapesTextureRectangle(void)
// Draw a pixel
void DrawPixel(int posX, int posY, Color color)
{
DrawPixelV((Vector2){ (float)posX, (float)posY }, color);
DrawPixelV((Vector2){ (float)posX, (float)posY }, color);
}
// Draw a pixel (Vector version)