1
0
Fork 0

Whitespace fixes.

This commit is contained in:
Henrik Hautakoski 2023-02-18 13:06:02 +01:00
parent 07f32ee129
commit a024e7015d
2 changed files with 2 additions and 3 deletions

View file

@ -2,7 +2,7 @@
#ifndef GRAPHICS_H
#define GRAPHICS_H
#include <Spectre/GfxDriver/GfxDriver.h>
#include <Spectre/GfxDriver/GfxDriver.h>
#include <Spectre/Display/Display.h>
namespace sp {

View file

@ -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)