mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Fixing error
This commit is contained in:
parent
be15bf34f9
commit
8f194f3985
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@ def my_refresh_in_game(self, *args, **kwargs):
|
|||
text_scale=1.5)
|
||||
|
||||
bui.buttonwidget(edit=camera_button,
|
||||
on_activate_call=bui.Call(self._manual_camera, camera_button)
|
||||
on_activate_call=bui.Call(self._manual_camera, camera_button))
|
||||
return value
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue