diff options
| author | Kaido Kert <kaidokert@gmail.com> | 2024-11-29 02:04:12 +0000 |
|---|---|---|
| committer | Tomi Valkeinen <tomi.valkeinen@iki.fi> | 2024-11-29 09:36:16 +0200 |
| commit | 6cf6e88715ac034f568603bce9a1b8f4a30c12ce (patch) | |
| tree | e270d87fa5a397f9175baf781a053566ff620eda /kmscube/cube.cpp | |
| parent | 9ae90ce75478e49844cf984562db0dc1a074462f (diff) | |
Make gbm binary respect numframes
Diffstat (limited to 'kmscube/cube.cpp')
| -rw-r--r-- | kmscube/cube.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmscube/cube.cpp b/kmscube/cube.cpp index 406bb8d..420c657 100644 --- a/kmscube/cube.cpp +++ b/kmscube/cube.cpp @@ -32,7 +32,7 @@ using namespace std; bool s_verbose; bool s_fullscreen; -unsigned s_num_frames; +unsigned s_num_frames = 0; int main(int argc, char* argv[]) { |
