Skip to content

Commit 7b91dd5

Browse files
committed
Missing variable
1 parent 3af7b6a commit 7b91dd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/graphics/source/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ class CustomWindow
334334
std::vector<float> renderData;
335335
std::vector<float> inputData;
336336
yup::CriticalSection renderMutex;
337+
int readPos = 0;
337338

338339
yup::OwnedArray<yup::Slider> sliders;
339340
int totalRows = 4;

0 commit comments

Comments
 (0)