OpenAL: fix lagging audio when leaving the menu.

This commit is contained in:
svdijk 2014-04-12 14:27:10 +02:00
parent 3d2ff6795d
commit 4d201b3ff0

View file

@ -541,7 +541,7 @@ AL_Update(void)
channel_t *ch;
vec_t orientation[6];
paintedtime = cl.time;
paintedtime = cls.realtime;
/* set listener (player) parameters */
AL_CopyVector(listener_forward, orientation);