Merge pull request #7 from lioncash/logname

Toolbar: Correct log module name
This commit is contained in:
Phillip Stephens 2019-09-01 11:04:08 -07:00 committed by GitHub
commit 943ed265d0
1 changed files with 1 additions and 1 deletions

View File

@ -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}}};