Skip to content

Commit

Permalink
fix: fix small compilation error after megre
Browse files Browse the repository at this point in the history
Was fixed small compilation errors after merge with another branch.
  • Loading branch information
VladimirBalun committed Sep 14, 2019
1 parent 20cde5f commit 4d0a152
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ matrix:
fast_finish: true

platform:
- x64
- x86

clone_folder: c:\projects\RacingWorld
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
# Introduction

Racing world - is a 3D multiplayer online game about racing. At the moment the game
is under development, the full description of the game will be added later.
is under development, the full description of the game will be added later. The current
version of the game can be used only on Windows, but soon it is planned to port to other platforms.

## Minimum system requirements

Expand Down
2 changes: 1 addition & 1 deletion Sources/Core/GUI/Window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include <glew.h>
#include <GLFW/glfw3.h>

#include "../Helpers/Macroses.hpp"
#include "../Helpers/Debug.hpp"
#include "../Input/InputEventHandler.hpp"

Core::GUI::Window::Window(const int width, const int height, const std::string& title) noexcept
Expand Down

0 comments on commit 4d0a152

Please sign in to comment.