a few compile/warning fixes

This commit is contained in:
Erwin Coumans
2017-07-01 10:01:55 -07:00
parent c17625a4d0
commit 9cf747b35b
4 changed files with 4 additions and 9 deletions

View File

@@ -1440,8 +1440,8 @@ void GLInstancingRenderer::updateCamera(int upAxis)
////#define STB_IMAGE_WRITE_IMPLEMENTATION
#include "third_party/stblib/stb_image_write.h"
//#define STB_IMAGE_WRITE_IMPLEMENTATION
#include "stb_image/stb_image_write.h"
void writeTextureToPng(int textureWidth, int textureHeight, const char* fileName, int numComponents)
{