Fixed a minor warning and a compile error
This commit is contained in:
parent
e120bd82fe
commit
2d705fee04
@ -38,7 +38,6 @@ namespace
|
|||||||
{
|
{
|
||||||
// OpenGL resources counter and its mutex
|
// OpenGL resources counter and its mutex
|
||||||
unsigned long count = 0;
|
unsigned long count = 0;
|
||||||
bool initialized = false;
|
|
||||||
sf::Mutex mutex;
|
sf::Mutex mutex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -28,6 +28,7 @@
|
|||||||
#include <SFML/Window/WindowImpl.hpp>
|
#include <SFML/Window/WindowImpl.hpp>
|
||||||
#include <SFML/Window/Event.hpp>
|
#include <SFML/Window/Event.hpp>
|
||||||
#include <SFML/Window/JoystickManager.hpp>
|
#include <SFML/Window/JoystickManager.hpp>
|
||||||
|
#include <SFML/System/Sleep.hpp>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user