mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 05:50:31 +00:00
Fixed small warning
Fixed small warning about unused local variable.
This commit is contained in:
parent
50f875a2f5
commit
e3dc606623
1 changed files with 1 additions and 1 deletions
|
|
@ -450,7 +450,7 @@ long vorbis_book_decodev_set(codebook *book,float *a,oggpack_buffer *b,int n){
|
|||
}
|
||||
}
|
||||
}else{
|
||||
int i,j;
|
||||
int i;
|
||||
|
||||
for(i=0;i<n;){
|
||||
a[i++]=0.f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue