From 58466a304b24e86c507f16d07fdbec051d2ada14 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 11 Jul 2011 01:05:42 -0700 Subject: Use a flag to signifiy that all sources need updating --- OpenAL32/Include/alMain.h | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenAL32/Include') diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 95d08483..e10201be 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -464,6 +464,7 @@ struct ALCcontext_struct ALenum LastError; + ALboolean UpdateSources; ALboolean Suspended; enum DistanceModel DistanceModel; -- cgit v1.2.3