1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-09-20 02:39:37 +00:00

added CAP_ANIMATION guard to statshot

This commit is contained in:
Zeno Rogue 2024-07-24 22:57:36 +02:00
parent 9a87d46a32
commit fdcacfccf2

View File

@ -1,5 +1,6 @@
#include "rogueviz.h"
#if CAP_ANIMATIONS
namespace rogueviz {
namespace statshot {
@ -69,3 +70,4 @@ int a = arg::add3("-label-video", [] {
});
}}
#endif