Added multithreading
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
namespace Constants {
|
||||
constexpr int maxIterations{2000};
|
||||
constexpr int windowWidth{900};
|
||||
constexpr int windowHeight{900};
|
||||
constexpr int maxIterations{1000};
|
||||
constexpr int windowWidth{600};
|
||||
constexpr int windowHeight{600};
|
||||
|
||||
} // Namespace Constants
|
||||
|
||||
Reference in New Issue
Block a user