fixing compatibility, workign on renderer

This commit is contained in:
2022-12-18 04:04:10 +01:00
parent b275918de6
commit c907c52968
48 changed files with 6535 additions and 75 deletions

View File

@@ -6,7 +6,7 @@
/* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2022/10/04 22:10:52 by maldavid #+# #+# */
/* Updated: 2022/10/05 16:58:11 by maldavid ### ########.fr */
/* Updated: 2022/12/18 02:49:45 by maldavid ### ########.fr */
/* */
/* ************************************************************************** */
@@ -19,6 +19,8 @@ namespace mlx::core
while(_in.is_running())
{
_in.update();
if(_loop_hook)
_loop_hook(_param);
}
}
}