Ver a proveniência

REVIEWED: `Vector2Transform(()`

pull/2288/head
Ray há 3 anos
ascendente
cometimento
48a463cca8
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/raymath.h

+ 1
- 1
src/raymath.h Ver ficheiro

@ -335,7 +335,7 @@ RMAPI Vector2 Vector2Normalize(Vector2 v)
}
// Transforms a Vector2 by a given Matrix
Vector2 Vector2Transform(Vector2 v, Matrix mat)
RMAPI Vector2 Vector2Transform(Vector2 v, Matrix mat)
{
Vector2 result = { 0 };

Carregando…
Cancelar
Guardar