This commit is contained in:
VB
2017-02-26 19:10:16 +01:00
32 changed files with 2301 additions and 911 deletions

View File

@@ -641,7 +641,8 @@ void TSegment::RenderSwitchRail(const vector6 *ShapePoints1, const vector6 *Shap
void TSegment::Render()
{
vector3 pt;
TextureManager.Bind(0);
GfxRenderer.Bind(0);
if (bCurve)
{
glColor3f(0, 0, 1.0f);