Skip to content

Commit

Permalink
added CAP_ANIMATION guard to statshot
Browse files Browse the repository at this point in the history
  • Loading branch information
zenorogue committed Jul 24, 2024
1 parent 9a87d46 commit fdcacfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rogueviz/statshot.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "rogueviz.h"

#if CAP_ANIMATIONS
namespace rogueviz {

namespace statshot {
Expand Down Expand Up @@ -69,3 +70,4 @@ int a = arg::add3("-label-video", [] {
});

}}
#endif

0 comments on commit fdcacfc

Please sign in to comment.