diff options
| author | Ray <[email protected]> | 2021-08-25 00:51:37 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-08-25 00:51:37 +0200 |
| commit | 7749a2805c0f28762c206da0b7c954cbe9e318e2 (patch) | |
| tree | 5cb240ae81532c960a157a60394c3e1cfb7780f3 /examples/others/embedded_files_loading.c | |
| parent | a04dbe7ffd01701b810f317d1e5eda73c78f9789 (diff) | |
| download | raylib-7749a2805c0f28762c206da0b7c954cbe9e318e2.tar.gz raylib-7749a2805c0f28762c206da0b7c954cbe9e318e2.zip | |
UPDATED: raygui to latest version -WIP-
Note this new raygui version embeds ricons and `GuiTextBoxMulti()` is not working properly
Diffstat (limited to 'examples/others/embedded_files_loading.c')
| -rw-r--r-- | examples/others/embedded_files_loading.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/others/embedded_files_loading.c b/examples/others/embedded_files_loading.c index 60a2a6f0..5923a9ac 100644 --- a/examples/others/embedded_files_loading.c +++ b/examples/others/embedded_files_loading.c @@ -31,7 +31,7 @@ int main(void) // Same as: Wave wave = LoadWave("sound.wav"); Wave wave = { .data = AUDIO_DATA, - .sampleCount = AUDIO_SAMPLE_COUNT, + .frameCount = AUDIO_FRAME_COUNT, .sampleRate = AUDIO_SAMPLE_RATE, .sampleSize = AUDIO_SAMPLE_SIZE, .channels = AUDIO_CHANNELS |
