mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 23:07:42 +00:00
Update specter
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Submodule libSpecter updated: f278759e48...eafbc4cf58
Reference in New Issue
Block a user