Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
bkaradzic committed Apr 20, 2017
1 parent 93a3422 commit be8ba6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/image_encode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ namespace bimg
int result = stbir_resize_float_generic(
(const float*)_src->m_data, _src->m_width, _src->m_height, _src->m_width*16
, ( float*)_dst->m_data, _dst->m_width, _dst->m_height, _dst->m_width*16
, 4, 1
, 4, 3
, 0
, STBIR_EDGE_CLAMP
, STBIR_FILTER_DEFAULT
Expand Down

0 comments on commit be8ba6f

Please sign in to comment.