mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Error for misspelled / invalid window attributes in love.window.setMode (resolves issue #736)
This commit is contained in:
@@ -31,8 +31,6 @@
|
||||
#include <algorithm>
|
||||
#include <iterator>
|
||||
|
||||
using love::window::WindowFlags;
|
||||
|
||||
namespace love
|
||||
{
|
||||
namespace graphics
|
||||
|
||||
@@ -47,8 +47,6 @@
|
||||
#include "Shader.h"
|
||||
#include "Mesh.h"
|
||||
|
||||
using love::window::WindowFlags;
|
||||
|
||||
namespace love
|
||||
{
|
||||
namespace graphics
|
||||
|
||||
@@ -27,8 +27,6 @@
|
||||
#include "scripts/graphics.lua.h"
|
||||
#include <cassert>
|
||||
|
||||
using love::window::WindowFlags;
|
||||
|
||||
namespace love
|
||||
{
|
||||
namespace graphics
|
||||
|
||||
Reference in New Issue
Block a user