Kaynağa Gözat

fix example (#5575)

pull/5578/head
Thomas Anderson 1 hafta önce
işlemeyi yapan: GitHub
ebeveyn
işleme
29b9c050c7
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/core/core_directory_files.c

+ 1
- 1
examples/core/core_directory_files.c Dosyayı Görüntüle

@ -79,7 +79,7 @@ int main(void)
GuiSetStyle(LISTVIEW, TEXT_ALIGNMENT, TEXT_ALIGN_LEFT);
GuiSetStyle(LISTVIEW, TEXT_PADDING, 40);
GuiListViewEx((Rectangle){ 0, 50, GetScreenWidth(), GetScreenHeight() - 50 },
files.paths, files.count, &listScrollIndex, &listItemActive, &listItemFocused);
p">(const char**)files.paths, files.count, &listScrollIndex, &listItemActive, &listItemFocused);
EndDrawing();
//----------------------------------------------------------------------------------

Yükleniyor…
İptal
Kaydet