16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-19 14:39:18 +02:00

enabled hardware texture compression, minor debug info enhancements

This commit is contained in:
tmj-fstate
2017-03-26 19:13:50 +02:00
parent f8673a9f41
commit fbba5589f7
4 changed files with 8 additions and 5 deletions

View File

@@ -290,6 +290,7 @@ void TGroundNode::RaRenderVBO()
}
void TGroundNode::RenderVBO() { // renderowanie obiektu z VBO - faza nieprzezroczystych
switch( iType ) { // obiekty renderowane niezależnie od odległości
case TP_SUBMODEL:
TSubModel::fSquareDist = 0;
@@ -363,7 +364,6 @@ void TGroundNode::RenderAlphaVBO()
return;
}
switch( iType ) {
case TP_TRACTION: {
if( bVisible ) {