Your ROOT_URL in app.ini is https://git.mitchellhansen.info/ but you are visiting https://mitchellhansen.com/mitchellhansen/conways-game-of-life-cpu/commit/c4606642e63226b9acad1ca23cdd4745968d772b You should set ROOT_URL correctly, otherwise the web may not work correctly.

Andddd a shwweeeeeee bit more

master
MitchellHansen 9 years ago
parent 1c4dafb62b
commit c4606642e6

@ -65,8 +65,6 @@ int main() {
while (window.isOpen()) {
std::cout << elapsed_time / frame_count << "\n";
sf::Event event;
while (window.pollEvent(event)) {
if (event.type == sf::Event::Closed)

Loading…
Cancel
Save