Changed mmind in line one to mind

4Dimensional
2024-01-02 13:56:16 -05:00
parent 7c4643e30b
commit 2909066645

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