mirror of https://github.com/AxioDL/metaforce.git
Update specter
This commit is contained in:
parent
839bd7a6cd
commit
9d2615a165
|
@ -37,7 +37,7 @@ public:
|
||||||
SetTo1(ViewManager& vm) : m_vm(vm) {}
|
SetTo1(ViewManager& vm) : m_vm(vm) {}
|
||||||
|
|
||||||
const char* name() const {return "SetTo1";}
|
const char* name() const {return "SetTo1";}
|
||||||
const char* help() const {return "Sets scale factor to 1.0";;}
|
const char* help() const {return "Sets scale factor to 1.0";}
|
||||||
void activated(const boo::SWindowCoord& coord)
|
void activated(const boo::SWindowCoord& coord)
|
||||||
{
|
{
|
||||||
m_vm.RequestPixelFactor(1.0);
|
m_vm.RequestPixelFactor(1.0);
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit f278759e481aa8d0bd3d74e63909da176443a500
|
Subproject commit eafbc4cf588bbe2b553790712b058b72fad63df2
|
Loading…
Reference in New Issue