fixed that dumb bug
This commit is contained in:
@@ -21,7 +21,7 @@ float elap_time() {
|
||||
return static_cast<float>(elapsed_time.count());
|
||||
}
|
||||
|
||||
const int WINDOW_X = 1080;
|
||||
const int WINDOW_X = 1920;
|
||||
const int WINDOW_Y = 1080;
|
||||
|
||||
void generate_nodes(sf::Uint8* nodes) {
|
||||
@@ -46,7 +46,6 @@ int main() {
|
||||
|
||||
OpenCL cl;
|
||||
|
||||
|
||||
if (!cl.init())
|
||||
return -1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user