mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Use correct type size for 'VPANEL'
Thanks p0358
This commit is contained in:
parent
85aa262360
commit
b477bbbeaa
@ -4,7 +4,7 @@ namespace vgui
|
||||
{
|
||||
// handle to an internal vgui panel
|
||||
// this is the only handle to a panel that is valid across dll boundaries
|
||||
typedef unsigned int VPANEL;
|
||||
typedef void* VPANEL;
|
||||
|
||||
// handles to vgui objects
|
||||
// NULL values signify an invalid value
|
||||
|
Loading…
x
Reference in New Issue
Block a user