Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
maoiscat authored Oct 9, 2022
1 parent 654b9ef commit bd9c789
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modern.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1915,7 +1915,8 @@ function process_event(source, what)
end

function show_logo()
local osd_w, osd_h = 640, 360
local osd_w, osd_h, osd_aspect = mp.get_osd_size()
osd_w, osd_h = 360*osd_aspect, 360
local logo_x, logo_y = osd_w/2, osd_h/2-20
local ass = assdraw.ass_new()
ass:new_event()
Expand Down

0 comments on commit bd9c789

Please sign in to comment.