dungeon_crawler
diff prototype/doc/notes @ 50:c40efa9cf844
torches sound
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Tue, 18 Sep 2012 04:45:46 +0300 |
parents | |
children | 1ea56011c1ff |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/prototype/doc/notes Tue Sep 18 04:45:46 2012 +0300 1.3 @@ -0,0 +1,3 @@ 1.4 +- The approach of preallocating OpenAL sources for each sound source is plainly 1.5 + wrong. There's a limit to the number of OpenAL source objects, and that limit 1.6 + is probably 255 on the implementation I'm using now.