1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-04 10:03:36 +00:00

Correct InitTextureParams

This commit is contained in:
Sergey Lipskiy 2017-01-01 20:30:28 +07:00
parent b2dc9d7206
commit 2c4c75ae01

View File

@ -34,7 +34,7 @@ namespace graphics {
Parameter format;
Parameter internalFormat;
Parameter dataType;
const void * data;
const void * data = nullptr;
};
void init2DTexture(const InitTextureParams & _params);