Toolbar: Correct log module name

This isn't the space-related code, so we can amend this.
This commit is contained in:
Lioncash 2019-09-01 02:37:57 -04:00
parent 33a6e07e7a
commit b0c865ba81
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}}};