Kaynağa Gözat

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

pull/5635/head
Thomas Prowse 4 gün önce
işlemeyi yapan: GitHub
ebeveyn
işleme
a80a05dfb5
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: B5690EEEBB952194
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      examples/models/models_basic_voxel.c

+ 1
- 1
examples/models/models_basic_voxel.c Dosyayı Görüntüle

@ -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);

Yükleniyor…
İptal
Kaydet