]> git.sesse.net Git - casparcg/blobdiff - core/producer/text/text_producer.cpp
initial fixes for new psd workflow
[casparcg] / core / producer / text / text_producer.cpp
index 58bfa55988ad6a6c587f8122956b82b73408b4e6..35c2a045690bc30670c80b76577a1b97c31702db 100644 (file)
@@ -140,7 +140,7 @@ struct text_producer::impl
        variable_impl<double>                                   current_bearing_y_;
        variable_impl<double>                                   current_protrude_under_y_;
        draw_frame                                                              frame_;
-       text::texture_atlas                                             atlas_                                          { 512, 512, 4 };
+       text::texture_atlas                                             atlas_                                          { 1024, 512, 4 };
        text::texture_font                                              font_;
        bool                                                                    dirty_                                          = false;