Derp - ininite loop
This commit is contained in:
parent
6267c16be2
commit
009813a694
|
@ -95,9 +95,6 @@ void gfx_ctx_set(const gfx_ctx_driver_t *ctx_driver)
|
||||||
|
|
||||||
void gfx_ctx_destroy(const gfx_ctx_driver_t *ctx_driver)
|
void gfx_ctx_destroy(const gfx_ctx_driver_t *ctx_driver)
|
||||||
{
|
{
|
||||||
if (ctx_driver)
|
|
||||||
gfx_ctx_destroy(ctx_driver);
|
|
||||||
|
|
||||||
video_context = NULL;
|
video_context = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue