windows fix

This commit is contained in:
Michael Nilsson
2016-05-09 11:24:05 -04:00
parent ea5006f9c6
commit 279d85f0c2
13 changed files with 20 additions and 22 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ bool DataSphere::readyToRender(){
}
bool DataSphere::setUniformAndTextures(){
void DataSphere::setUniformAndTextures(){
_shader->setUniform("transparency",0.5f);
ghoul::opengl::TextureUnit unit;