Cleanup: style

This commit is contained in:
2015-03-13 00:07:26 +11:00
parent 92d77b250e
commit cef379242b
2 changed files with 4 additions and 3 deletions

View File

@@ -222,7 +222,7 @@ public:
int v = y;
this->wrap_pixel(u, v, extend_x, extend_y);
const int offset = (this->m_width * y + x) * this->m_num_channels;
float* buffer = &this->m_buffer[offset];
float *buffer = &this->m_buffer[offset];
memcpy(result, buffer, sizeof(float) * this->m_num_channels);
}
}