ADDED: DrawPoint3D()

This commit is contained in:
Ray 2020-01-29 12:21:22 +01:00
parent af3df8bdd6
commit 4992edab24
2 changed files with 2 additions and 1 deletions

View file

@ -110,7 +110,7 @@ void DrawLine3D(Vector3 startPos, Vector3 endPos, Color color)
rlEnd();
}
// Draw a point in 3D space--actually a small line.
// Draw a point in 3D space, actually a small line
void DrawPoint3D(Vector3 position, Color color)
{
if (rlCheckBufferLimit(8)) rlglDraw();