13
0

don't render push2 layouts to PNG

This commit is contained in:
Paul Davis 2016-09-27 15:42:36 -05:00
parent a6d4bb0432
commit 0fc4a61fa0

View File

@ -71,8 +71,8 @@ Push2Canvas::vblank ()
/* something rendered, update device_frame_buffer */ /* something rendered, update device_frame_buffer */
blit_to_device_frame_buffer (); blit_to_device_frame_buffer ();
#define RENDER_LAYOUTS #undef RENDER_LAYOUTS
#ifdef RENDER_LAYOUTS #ifdef RENDER_LAYOUTS
if (p2.current_layout()) { if (p2.current_layout()) {
std::string s = p2.current_layout()->name(); std::string s = p2.current_layout()->name();
s += ".png"; s += ".png";