mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-26 22:54:39 +00:00
Fix for goldsource running in fullscreen with resolution lower than screen's one (#67)
This commit is contained in:
parent
c4ed4ec3c0
commit
4dfdb6fc98
@ -212,7 +212,9 @@ void TeamFortressViewport::paintBackground()
|
||||
// int wide, tall;
|
||||
// getParent()->getSize( wide, tall );
|
||||
// setSize( wide, tall );
|
||||
gEngfuncs.VGui_ViewportPaintBackground(HUD_GetRect());
|
||||
int extents[4];
|
||||
getParent()->getAbsExtents(extents[0],extents[1],extents[2],extents[3]);
|
||||
gEngfuncs.VGui_ViewportPaintBackground(extents);
|
||||
}
|
||||
|
||||
void *TeamFortressViewport::operator new( size_t stAllocateBlock )
|
||||
|
Loading…
x
Reference in New Issue
Block a user