Przeglądaj źródła

fix example

pull/5575/head
CrackedPixel 3 dni temu
rodzic
commit
05ba67ea5f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      examples/core/core_directory_files.c

+ 1
- 1
examples/core/core_directory_files.c Wyświetl plik

@ -79,7 +79,7 @@ int main(void)
GuiSetStyle(LISTVIEW, TEXT_ALIGNMENT, TEXT_ALIGN_LEFT); GuiSetStyle(LISTVIEW, TEXT_ALIGNMENT, TEXT_ALIGN_LEFT);
GuiSetStyle(LISTVIEW, TEXT_PADDING, 40); GuiSetStyle(LISTVIEW, TEXT_PADDING, 40);
GuiListViewEx((Rectangle){ 0, 50, GetScreenWidth(), GetScreenHeight() - 50 }, 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(); EndDrawing();
//---------------------------------------------------------------------------------- //----------------------------------------------------------------------------------

Ładowanie…
Anuluj
Zapisz