Ver código fonte

Change `GetRenderWidth()` to `GetScreenWidth()` for consistency

pull/5635/head
Thomas Prowse 5 dias atrás
committed by GitHub
pai
commit
a80a05dfb5
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: B5690EEEBB952194
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      examples/models/models_basic_voxel.c

+ 1
- 1
examples/models/models_basic_voxel.c Ver arquivo

@ -137,7 +137,7 @@ int main(void)
EndMode3D();
// Draw reference point for raycasting to delete blocks
DrawCircle(GetRenderWidth()/2, GetScreenHeight()/2, 4, RED);
DrawCircle(GetScreenWidth()/2, GetScreenHeight()/2, 4, RED);
DrawText("Left-click a voxel to remove it!", 10, 10, 20, DARKGRAY);
DrawText("WASD to move, mouse to look around", 10, 35, 10, GRAY);

Carregando…
Cancelar
Salvar