mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-01-26 02:07:26 +00:00
remove tiny unused things
This commit is contained in:
parent
6afe0257da
commit
3c48349e94
3 changed files with 0 additions and 7 deletions
|
@ -1229,11 +1229,6 @@ void Core::setupRenderPositionAndScale()
|
||||||
glTranslatef(-(cameraPos.x+cameraOffset.x), -(cameraPos.y+cameraOffset.y), -(cameraPos.z+cameraOffset.z));
|
glTranslatef(-(cameraPos.x+cameraOffset.x), -(cameraPos.y+cameraOffset.y), -(cameraPos.z+cameraOffset.z));
|
||||||
}
|
}
|
||||||
|
|
||||||
void Core::setupGlobalResolutionScale()
|
|
||||||
{
|
|
||||||
glScalef(globalResolutionScale.x, globalResolutionScale.y, globalResolutionScale.z);
|
|
||||||
}
|
|
||||||
|
|
||||||
void Core::setMouseConstraint(bool on)
|
void Core::setMouseConstraint(bool on)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
|
@ -352,7 +352,6 @@ public:
|
||||||
DarkLayer darkLayer;
|
DarkLayer darkLayer;
|
||||||
|
|
||||||
void setupRenderPositionAndScale();
|
void setupRenderPositionAndScale();
|
||||||
void setupGlobalResolutionScale();
|
|
||||||
|
|
||||||
|
|
||||||
int particlesPaused;
|
int particlesPaused;
|
||||||
|
|
|
@ -96,7 +96,6 @@ void Texture::unload()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static const GLenum repeatLUT[] = { GL_CLAMP_TO_EDGE, GL_REPEAT };
|
|
||||||
void Texture::apply() const
|
void Texture::apply() const
|
||||||
{
|
{
|
||||||
glBindTexture(GL_TEXTURE_2D, gltexid);
|
glBindTexture(GL_TEXTURE_2D, gltexid);
|
||||||
|
|
Loading…
Reference in a new issue