mirror of
https://github.com/samuelmaddock/gm-mediaplayer.git
synced 2025-03-04 03:03:02 -05:00
Fix dupe text alignment
This commit is contained in:
parent
c00886a105
commit
27e2376238
@ -322,7 +322,7 @@ local function RenderMediaPlayerDupe( Dupe )
|
||||
--
|
||||
cam.Start2D()
|
||||
DrawOutlinedText( "MEDIA PLAYER", "DupeMediaText", 512/2, 512 - 34,
|
||||
color_white, TEXT_ALIGN_CENTER, TEXT_ALIGN_TOP )
|
||||
color_white, TEXT_ALIGN_CENTER, TEXT_ALIGN_CENTER )
|
||||
cam.End2D()
|
||||
|
||||
local jpegdata = render.Capture{
|
||||
|
Loading…
Reference in New Issue
Block a user