Skip to content

Commit 64fe37e

Browse files
committed
reverted render example to a reasonable resolution
1 parent dd3d29e commit 64fe37e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/render/run.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ std::uint32_t getCurrentTimeInMilliseconds() {
8888

8989
int main(int argc, char **argv) {
9090

91-
constexpr size_t NROWS = 32 * 10;
92-
constexpr size_t NCOLS = 64 * 10;
91+
constexpr size_t NROWS = 32;
92+
constexpr size_t NCOLS = 64;
9393

9494
std::array<float, NROWS * NCOLS> screen;
9595

0 commit comments

Comments
 (0)