Explorar el Código

image: fix bug introduced in Image::Lock2D().

undefined
Sam Hocevar hace 10 años
padre
commit
e2f53bb71a
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      src/image/image.cpp

+ 2
- 0
src/image/image.cpp Ver fichero

@@ -199,6 +199,8 @@ template<PixelFormat T> typename PixelType<T>::type *Image::Lock()
/* The Lock2D() method */
void *Image::Lock2DHelper(PixelFormat T)
{
SetFormat(T);

return m_data->m_pixels[(int)T]->Data2D();
}



Cargando…
Cancelar
Guardar