mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
*** empty log message ***
This commit is contained in:
parent
4c864fe561
commit
7d6592d26b
@ -256,7 +256,7 @@ fillin(DatagramIterator& scan, BamReader* manager)
|
||||
if (index_length < 0xff) {
|
||||
// Discrete. Read in the index.
|
||||
if (index_length > 0) {
|
||||
float index[index_length];
|
||||
float *index = (float *)alloca(index_length * sizeof(float));
|
||||
|
||||
int i;
|
||||
for (i = 0; i < index_length; i++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user