mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 22:53:34 +00:00
fixing performance issue in text pipeline, working on event system
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2022/10/04 22:10:52 by maldavid #+# #+# */
|
||||
/* Updated: 2023/04/06 15:35:31 by maldavid ### ########.fr */
|
||||
/* Updated: 2023/04/12 11:03:57 by maldavid ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -20,9 +20,9 @@ namespace mlx::core
|
||||
{
|
||||
void Application::run() noexcept
|
||||
{
|
||||
while(_in.is_running())
|
||||
while(_in->is_running())
|
||||
{
|
||||
_in.update();
|
||||
_in->update();
|
||||
for(auto& gs : _graphics)
|
||||
gs->beginRender();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user