Skip to content
Snippets Groups Projects
Commit f4ff95e2 authored by Armin Co's avatar Armin Co
Browse files

Broken when loading config.

This is much slower than before.
parent 1b8c656e
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ add_executable(qpong.app
ParticleImage.cpp
)
# we do need some threads
find_package(Threads)
......
......@@ -7,8 +7,4 @@
namespace QPong
{
int arrayWidth = 384;
static int arrayHeight = 384;
static int numberOfThreads = 8;
static unsigned arraySize = arrayWidth * arrayHeight;
} // namespace QPong
ArrayWidth=512
ArrayHieght=512
\ No newline at end of file
ArrayWidth=384
ArrayHieght=384
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment