Removed inner border on 9x machines

This commit is contained in:
andreja6
2018-06-02 12:06:19 -07:00
parent e5f7c7d1cc
commit 8f72e8e666
2 changed files with 7 additions and 4 deletions

View File

@@ -117,7 +117,7 @@ Box PhysicalInstance::getBox()
void PhysicalInstance::render(RenderDevice* rd)
{
if(changed)
Box box = getBox();
Box box = getBox();
glColor(color);
glBegin(GL_QUADS);
for(int i = 0; i < 96; i+=16)