2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-14 19:25:51 +00:00

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

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