Преглед на файлове

[rmodels] Add parenthesis around conditionals in LoadGLTF

pull/4564/head
Caleb Heydon преди 2 седмици
родител
ревизия
8fd6b8365f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      src/rmodels.c

+ 1
- 1
src/rmodels.c Целия файл

@ -5664,7 +5664,7 @@ static Model LoadGLTF(const char *fileName)
}
// Load primitive indices data (if provided)
if (mesh->primitives[p].indices != NULL && mesh->primitives[p].indices->buffer_view != NULL)
if (p">(mesh->primitives[p].indices != NULL) && p">(mesh->primitives[p].indices->buffer_view != NULL))
{
cgltf_accessor *attribute = mesh->primitives[p].indices;

Зареждане…
Отказ
Запис