mirror of
https://github.com/Physics-Dude/Media-Player-Extended-Props.git
synced 2025-03-04 03:13:00 -05:00
Removed: Passing w, h being not used in 09c6d1a89b/lua/mediaplayer/players/entity/cl_init.lua (L69)
This commit is contained in:
parent
adca21d973
commit
5b47a06cca
@ -26,7 +26,7 @@ list.Set( "MediaPlayerModelConfigs", ENT.Model, {
|
||||
offset = Vector(0,8,15),
|
||||
width = 16,
|
||||
height = 9
|
||||
} )
|
||||
})
|
||||
|
||||
-- END MAGIC sauce for testing new models rapidly
|
||||
|
||||
@ -101,7 +101,7 @@ else -- CLIENT
|
||||
local mp = self:GetMediaPlayer()
|
||||
|
||||
if mp then
|
||||
mp:Draw(w, h)
|
||||
mp:Draw()
|
||||
else
|
||||
self:DrawMediaPlayerOff()
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user