Просмотр исходного кода

Update rmodels.c

pull/3861/head
Ray 1 год назад
Родитель
Сommit
30604080ef
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      src/rmodels.c

+ 1
- 1
src/rmodels.c Просмотреть файл

@ -5666,7 +5666,7 @@ static Model LoadVOX(const char *fileName)
// Copy indices
size = voxarray.indices.used*sizeof(unsigned short);
pmesh->indices = (float *)RL_MALLOC(size);
pmesh->indices = (unsigned short *)RL_MALLOC(size);
memcpy(pmesh->indices, pindices, size);
pmesh->triangleCount = (pmesh->vertexCount/4)*2;

Загрузка…
Отмена
Сохранить