mirror of https://github.com/mosra/magnum.git
Browse Source
For some reason it had the full set of elements on ES2 as well, i.e. something that definitely shouldn't be the case. Unfortunately C doesn't warn if the array isn't initialized for all elements, setting the remaining to 0, so this was uncaught until now. Now if I accidentally make the array too small somewhere, it'll blow up inside BufferState.cpp.next
1 changed files with 5 additions and 5 deletions
Loading…
Reference in new issue