mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 08:14:00 +08:00
raylib: add todo for niceness (#36210)
* not nice * hmm * debug * todo * revert * yep
This commit is contained in:
@@ -7,6 +7,9 @@ from openpilot.selfdrive.ui.ui_state import ui_state
|
||||
|
||||
|
||||
def main():
|
||||
# TODO: https://github.com/commaai/agnos-builder/pull/490
|
||||
# os.nice(-20)
|
||||
|
||||
gui_app.init_window("UI")
|
||||
main_layout = MainLayout()
|
||||
main_layout.set_rect(rl.Rectangle(0, 0, gui_app.width, gui_app.height))
|
||||
|
||||
Reference in New Issue
Block a user