diff --git a/include/Spectre/Graphics.h b/include/Spectre/Graphics.h index ce2e75a..df6f125 100644 --- a/include/Spectre/Graphics.h +++ b/include/Spectre/Graphics.h @@ -2,7 +2,7 @@ #ifndef GRAPHICS_H #define GRAPHICS_H -#include +#include #include namespace sp { diff --git a/source/Graphics/Texture.cpp b/source/Graphics/Texture.cpp index d275ce6..545c805 100644 --- a/source/Graphics/Texture.cpp +++ b/source/Graphics/Texture.cpp @@ -27,7 +27,6 @@ namespace { } } } - Texture::Texture() : m_id (0), m_size (0, 0), @@ -37,7 +36,7 @@ m_format (PixelFormat::PF_Unknown) Texture::~Texture() { - destroy(); + destroy(); } void Texture::create(unsigned width, unsigned heigth, PixelFormat format)