mirror of
https://github.com/scottdraves/flam3.git
synced 2025-01-21 05:20:05 -05:00
changed declaration order to allow windows compilation
git-svn-id: https://flam3.googlecode.com/svn/trunk@20 77852712-ef1d-11de-8684-7d64432d61a3
This commit is contained in:
parent
43a5ee89c5
commit
f75030e290
@ -259,10 +259,10 @@ static void iter_thread(void *fth) {
|
||||
int SBS = ficp->spec->sub_batch_size;
|
||||
int fuse;
|
||||
|
||||
fuse = (ficp->spec->earlyclip) ? FUSE_28 : FUSE_27;
|
||||
|
||||
double eta = 0.0;
|
||||
|
||||
fuse = (ficp->spec->earlyclip) ? FUSE_28 : FUSE_27;
|
||||
|
||||
pauset.tv_sec = 0;
|
||||
pauset.tv_nsec = 100000000;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user