Removed inner border on 9x machines
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user