diff --git a/src/Reveal.cpp b/src/Reveal.cpp
index 5458befb4713908268247d1ecfbe4a694ed856ac..44c7273a730e1dd7a933c19bcb5f3be356da81d4 100644
--- a/src/Reveal.cpp
+++ b/src/Reveal.cpp
@@ -252,7 +252,7 @@ void Reveal::open(const std::string& fileName) {
 		DEBUG("Could not open file "<<fileName);
 		open=false;
 	}
-	else if(xmlStrcmp(rootNode->name, (const xmlChar*)"Revil")) {
+	else if(xmlStrcmp(rootNode->name, (const xmlChar*)"Rivill")) {
 		xmlFreeDoc(doc);
 		DEBUG("Could not open file "<<fileName);
 		open=false;
diff --git a/src/modules/PreviewModule.cpp b/src/modules/PreviewModule.cpp
index 23352868de8bb263a63edcfdcbbfdd44e086e8ef..8e88d7bc1ea053efdf97cc98a360f6115fca273c 100644
--- a/src/modules/PreviewModule.cpp
+++ b/src/modules/PreviewModule.cpp
@@ -58,7 +58,7 @@ PreviewModule::PreviewModule():Module() {
 	updateViewProjMatrix();
 
 	//create preview window
-	m_previewWindow = glfwCreateWindow(600, 480, "Revil - Preview", NULL, NULL);
+	m_previewWindow = glfwCreateWindow(600, 480, "Rivill - Preview", NULL, NULL);
 	if (!m_previewWindow) {
 		glfwTerminate();
 		exit(EXIT_FAILURE);
diff --git a/src/modules/ProjectorModule.cpp b/src/modules/ProjectorModule.cpp
index 5eb5052afaafd72e7ce51e0d2862101a75173683..d59f86867e0ee50e0208eacec0a19d11010b94d5 100644
--- a/src/modules/ProjectorModule.cpp
+++ b/src/modules/ProjectorModule.cpp
@@ -1908,6 +1908,7 @@ void ProjectorModule::processOutput() {
     if(outputProcessed) {
         //reset output image to 0
         glBindTexture(GL_TEXTURE_2D, m_outputTex);
+
         glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_NEAREST);
         glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_NEAREST);
         glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA8,