Browse Source

empty 'space' is also part of pipeline

[email protected] 7 years ago
parent
commit
b7af2d9759
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ResFontFT.cpp

+ 1 - 1
src/ResFontFT.cpp

@@ -192,7 +192,7 @@ namespace oxygine
             g.opt = opt;
 
 
-            if (src.w && src.h)
+            //if (src.w && src.h)
             {
                 ResFontFT::postProcessData gd;
                 gd.src = &src;