From 2d6bc1ff429a25313415c55f6683956cf6f5ebdc Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 9 Sep 2019 21:54:40 +0200 Subject: [PATCH] Update raudio.h --- src/raudio.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/raudio.h b/src/raudio.h index e508d380e..eadbf33b4 100644 --- a/src/raudio.h +++ b/src/raudio.h @@ -112,7 +112,6 @@ typedef struct Music { void *ctxData; // Audio context data, depends on type unsigned int sampleCount; // Total number of samples - unsigned int sampleLeft; // Number of samples left to end unsigned int loopCount; // Loops count (times music will play), 0 means infinite loop AudioStream stream; // Audio stream