mirror of https://github.com/AxioDL/metaforce.git
Merge pull request #7 from lioncash/logname
Toolbar: Correct log module name
This commit is contained in:
commit
943ed265d0
|
@ -6,7 +6,7 @@
|
|||
#define TOOLBAR_PADDING 10
|
||||
|
||||
namespace specter {
|
||||
static logvisor::Module Log("specter::Space");
|
||||
static logvisor::Module Log("specter::Toolbar");
|
||||
|
||||
static const zeus::RGBA32 Tex[] = {{{255, 255, 255, 64}}, {{255, 255, 255, 64}}, {{0, 0, 0, 64}}, {{0, 0, 0, 64}}};
|
||||
|
||||
|
|
Loading…
Reference in New Issue