diff --git a/src/GPUFontAtlasLayerCombo.cpp b/src/GPUFontAtlasLayerCombo.cpp index 4f2c089..1793f33 100644 --- a/src/GPUFontAtlasLayerCombo.cpp +++ b/src/GPUFontAtlasLayerCombo.cpp @@ -165,8 +165,8 @@ void GPUFontAtlasLayerCombo::draw(){ int currentProgram; glGetIntegerv(GL_CURRENT_PROGRAM, ¤tProgram); - antiAliasingWindowSize = ofMap(ofGetMouseX(), 0, ofGetWidth(), 0, 8); - enableSuperSamplingAntiAliasing = ofGetMouseY() > ofGetHeight() / 2; + //antiAliasingWindowSize = ofMap(ofGetMouseX(), 0, ofGetWidth(), 1, 3); + //enableSuperSamplingAntiAliasing = ofGetMouseY() > ofGetHeight() / 2; float superLineHeight = 0; if(font){ OFX_PROFILER_SCOPE("draw font");