Commit 4eaf0e47 by Philipp Adolf

Fix indentation

parent abf7bef2
...@@ -10,9 +10,9 @@ Subdivision::~Subdivision() ...@@ -10,9 +10,9 @@ Subdivision::~Subdivision()
} }
Mesh *Subdivision::subdivide(Mesh *mesh) { Mesh *Subdivision::subdivide(Mesh *mesh) {
precomputeTables(mesh); precomputeTables(mesh);
runShader(mesh); runShader(mesh);
return NULL; return NULL;
} }
void Subdivision::precomputeTables(Mesh *mesh) { void Subdivision::precomputeTables(Mesh *mesh) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment