Minor changes, as suggested by Rollerozxa
This commit is contained in:
@@ -20,7 +20,7 @@ class NodeRenderer
|
||||
|
||||
}
|
||||
|
||||
renderNode(int x, int y, int z)
|
||||
int renderNode(int x, int y, int z)
|
||||
{
|
||||
glBegin(GL_QUADS);
|
||||
// Front
|
||||
@@ -120,6 +120,7 @@ class NodeRenderer
|
||||
}
|
||||
|
||||
glEnd();
|
||||
return 1;
|
||||
}
|
||||
|
||||
protected:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <png.h>
|
||||
#include "stb_image.h"
|
||||
#ifndef TEXTURE_HANDLER
|
||||
#define TEXTURE_HANDLER
|
||||
|
||||
|
||||
Reference in New Issue
Block a user