mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 22:53:34 +00:00
fixing compoilation issues
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2022/10/04 17:36:44 by maldavid #+# #+# */
|
||||
/* Updated: 2024/05/25 16:13:31 by maldavid ### ########.fr */
|
||||
/* Updated: 2024/07/05 13:12:51 by maldavid ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -20,9 +20,6 @@ namespace mlx
|
||||
Window::Window(std::size_t w, std::size_t h, const std::string& title) : m_width(w), m_height(h)
|
||||
{
|
||||
static std::uint64_t ids = 0;
|
||||
|
||||
if(title.find("vvaas") != std::string::npos)
|
||||
Message("vvaas est mauvais");
|
||||
p_window = SDLManager::Get().CreateWindow(title, w, h);
|
||||
m_id = ids++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user