From 2909066645296351ec72295b9497acf832def4ca Mon Sep 17 00:00:00 2001 From: 4Dimensional <68523111+4Dimensional@users.noreply.github.com> Date: Tue, 2 Jan 2024 13:56:16 -0500 Subject: [PATCH] Changed mmind in line one to mind --- Use-multiple-windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Use-multiple-windows.md b/Use-multiple-windows.md index 8267fb0..53e4705 100644 --- a/Use-multiple-windows.md +++ b/Use-multiple-windows.md @@ -1,4 +1,4 @@ -raylib does not support multiple Windows by default, it was designed with simplicity in mmind and multi-window option was not considered as a core feature. Multiple windows break some of the core concepts and APIs in raylib. +raylib does not support multiple Windows by default, it was designed with simplicity in mind and multi-window option was not considered as a core feature. Multiple windows break some of the core concepts and APIs in raylib. Multiple windows are possible with modifications to raylib and the understanding that some simple things may not work in as simple of a way as they did before.