fixed that dumb bug

This commit is contained in:
MitchellHansen
2017-04-04 05:42:22 -07:00
parent f81af35884
commit 79abf8f924
2 changed files with 2 additions and 3 deletions

View File

@@ -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;