Added screenshot
This commit is contained in:
4
README.md
Normal file
4
README.md
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
# Screenshots
|
||||
|
||||

|
||||
BIN
assets/screenshot.PNG
Normal file
BIN
assets/screenshot.PNG
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 322 KiB |
@@ -57,7 +57,6 @@ void func(int id, int count, sf::Uint8* pixels) {
|
||||
pixels[(pixel_y * WINDOW_X + pixel_x) * 4 + 1] = (val >> 8) & 0xff;
|
||||
pixels[(pixel_y * WINDOW_X + pixel_x) * 4 + 2] = (val >> 16) & 0xff;
|
||||
pixels[(pixel_y * WINDOW_X + pixel_x) * 4 + 3] = 200;
|
||||
//memcpy(&pixels[(pixel_y * pixel_x + pixel_y) * 4], (void*)&c, sizeof(c));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user