]> git.tdb.fi Git - libs/vr.git/blobdiff - source/stereocombiner.cpp
Rename to mspvr
[libs/vr.git] / source / stereocombiner.cpp
index ba71818d743c56ae3d6b464942d48f5e6c5f0b2c..54ab3e3218e7e265d4e9c88b72163ca0cca9d321 100644 (file)
@@ -1,7 +1,7 @@
 #include "stereocombiner.h"
 
 namespace Msp {
-namespace GL {
+namespace VR {
 
 StereoCombiner::StereoCombiner():
        width_div(1),
@@ -10,5 +10,5 @@ StereoCombiner::StereoCombiner():
        oversize(1.0f)
 { }
 
-} // namespace GL
+} // namespace VR
 } // namespace Msp