OpenGL deferred delete fix

This commit is contained in:
Jack Andersen
2015-12-07 15:49:17 -10:00
parent b579e20bc6
commit 3e4ed5ad1f
2 changed files with 13 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ class IApplication
public:
virtual ~IApplication() {}
enum class EPlatformType : uint8_t
enum class EPlatformType
{
Auto = 0,
Wayland = 1,