Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
lolengine
/
lol
espelhamento de
https://github.com/lolengine/lol
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
0
Wiki
Atividade
Ver código fonte
image: fix bug introduced in Image::Lock2D().
undefined
Sam Hocevar
10 anos atrás
pai
2a5150e060
commit
e2f53bb71a
1 arquivos alterados
com
2 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+2
-0
src/image/image.cpp
+ 2
- 0
src/image/image.cpp
Ver arquivo
@@ -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();
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar