This commit is contained in:
m 2022-02-27 23:09:43 -06:00
parent 7e6c8452d8
commit bc1619d7a1

View File

@ -72,6 +72,6 @@ namespace renderer
};
}
#ifdef DEUBG
#ifdef DEBUG
REGISTER_COMPONENT(renderer::component)
#endif