remove glViewPort
This commit is contained in:
parent
ce0fe298e6
commit
b70705fb67
@ -439,8 +439,6 @@ class SR1ShipRender(BaseScreen):
|
||||
return
|
||||
logger.info(sr_tr().sr1.ship.save.start().format(self.rust_ship))
|
||||
self.rust_ship.save('./test-save.xml')
|
||||
elif command.find('render'):
|
||||
glViewport(0, 0, 1000, 1000)
|
||||
|
||||
def on_mouse_drag(self, x: int, y: int, dx: int, dy: int, buttons: int, modifiers: int, window: "ClientWindow"):
|
||||
if self.status.focus:
|
||||
|
Loading…
Reference in New Issue
Block a user