fix todo comments for task list

This commit is contained in:
pierow 2024-05-10 07:22:29 -04:00
parent 2f6ddf68bb
commit 6fd6cb8b8b
3 changed files with 3 additions and 3 deletions

View file

@ -116,7 +116,7 @@ void CPostProcessShader::DrawShader()
if (cl_postprocess->value <= 0 || cl_intensity->value <= 0)
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();
if (error1 != 0)

View file

@ -799,7 +799,7 @@ void AvHCommanderModeHandler::mousePressed(MouseCode code, Panel* inPanel)
//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)
//{
// this->mLastTechPressed = ;

View file

@ -230,7 +230,7 @@ void AvHScrollHandler::mousePressed(MouseCode code, Panel* panel)
{
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)
//{
// this->mLastTechPressed = ;