mirror of
https://github.com/ENSL/NS.git
synced 2024-11-22 04:31:12 +00:00
fix todo comments for task list
This commit is contained in:
parent
2f6ddf68bb
commit
6fd6cb8b8b
3 changed files with 3 additions and 3 deletions
|
@ -116,7 +116,7 @@ void CPostProcessShader::DrawShader()
|
||||||
if (cl_postprocess->value <= 0 || cl_intensity->value <= 0)
|
if (cl_postprocess->value <= 0 || cl_intensity->value <= 0)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// TO DO: Check NPOT texture support and shader support for older systems. HL might already check NPOT for FBO mode.
|
// TODO: Check NPOT texture support and shader support for older systems. HL might already check NPOT for FBO mode.
|
||||||
|
|
||||||
const int error1 = glGetError();
|
const int error1 = glGetError();
|
||||||
if (error1 != 0)
|
if (error1 != 0)
|
||||||
|
|
|
@ -799,7 +799,7 @@ void AvHCommanderModeHandler::mousePressed(MouseCode code, Panel* inPanel)
|
||||||
//this->DefaultOrderToLastMousePosition(theHierarchy);
|
//this->DefaultOrderToLastMousePosition(theHierarchy);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//// TO DO: Custom bind cvars for comm side mouse buttons.
|
//// TODO: Custom bind cvars for comm side mouse buttons.
|
||||||
//else if (code == MOUSE_MIDDLE)
|
//else if (code == MOUSE_MIDDLE)
|
||||||
//{
|
//{
|
||||||
// this->mLastTechPressed = ;
|
// this->mLastTechPressed = ;
|
||||||
|
|
|
@ -230,7 +230,7 @@ void AvHScrollHandler::mousePressed(MouseCode code, Panel* panel)
|
||||||
{
|
{
|
||||||
sMouseTwoDown = true;
|
sMouseTwoDown = true;
|
||||||
}
|
}
|
||||||
//// TO DO: Custom bind cvars for comm side mouse buttons.
|
//// TODO: Custom bind cvars for comm side mouse buttons.
|
||||||
//else if (code == MOUSE_MIDDLE)
|
//else if (code == MOUSE_MIDDLE)
|
||||||
//{
|
//{
|
||||||
// this->mLastTechPressed = ;
|
// this->mLastTechPressed = ;
|
||||||
|
|
Loading…
Reference in a new issue