Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sosoyan authored and Sosoyan committed Jan 24, 2017
1 parent 04f1547 commit 9d40bb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Driver_Aton.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ driver_open
const long long rArea = data->xres * data->yres;

// Make image header & send to server
Data header(data->xres, data->yres, NULL, NULL, NULL, NULL,
Data header(data->xres, data->yres, 0, 0, 0, 0,
rArea, version, currentFrame, cam_fov, cam_matrix);

try // Now we can connect to the server and start rendering
Expand Down Expand Up @@ -204,7 +204,7 @@ driver_write_bucket

// Create our data object
Data packet(data->xres, data->yres, bucket_xo, bucket_yo,
bucket_size_x, bucket_size_y, NULL, NULL, NULL, NULL, NULL,
bucket_size_x, bucket_size_y, 0, 0, 0, 0, 0,
spp, ram, time, aov_name, ptr);

// Send it to the server
Expand Down

0 comments on commit 9d40bb6

Please sign in to comment.