2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 22:27:42 +00:00

Update submodules

This commit is contained in:
Jack Andersen
2015-12-13 18:56:25 -10:00
parent be7f24f9ea
commit dea68d54c2
4 changed files with 7 additions and 7 deletions

View File

@@ -122,7 +122,7 @@ class SplashScreen : public Specter::View
{
const char* name() const {return "New Project";}
const char* help() const {return "Creates an empty project at selected path";}
void pressed(const boo::SWindowCoord& coord)
void activated(const boo::SWindowCoord& coord)
{
}
} m_newProjBind;
@@ -131,7 +131,7 @@ class SplashScreen : public Specter::View
{
const char* name() const {return "Open Project";}
const char* help() const {return "Opens an existing project at selected path";}
void pressed(const boo::SWindowCoord& coord)
void activated(const boo::SWindowCoord& coord)
{
}
} m_openProjBind;
@@ -140,7 +140,7 @@ class SplashScreen : public Specter::View
{
const char* name() const {return "Extract Game";}
const char* help() const {return "Extracts game image as project at selected path";}
void pressed(const boo::SWindowCoord& coord)
void activated(const boo::SWindowCoord& coord)
{
}
} m_extractProjBind;

View File

@@ -38,7 +38,7 @@ public:
const char* name() const {return "SetTo1";}
const char* help() const {return "Sets scale factor to 1.0";;}
void pressed(const boo::SWindowCoord& coord)
void activated(const boo::SWindowCoord& coord)
{
m_vm.RequestPixelFactor(1.0);
}
@@ -52,7 +52,7 @@ public:
const char* name() const {return "SetTo2";}
const char* help() const {return "Sets scale factor to 2.0";}
void pressed(const boo::SWindowCoord& coord)
void activated(const boo::SWindowCoord& coord)
{
m_vm.RequestPixelFactor(2.0);
}

2
hecl

Submodule hecl updated: 1574d23390...5515e5ffea