mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 17:35:34 -04:00
parent
daa3100bf1
commit
cbda6166a8
@ -17,11 +17,11 @@
|
||||
INLINE MouseWatcherRegion::
|
||||
MouseWatcherRegion(const std::string &name, PN_stdfloat left, PN_stdfloat right,
|
||||
PN_stdfloat bottom, PN_stdfloat top) :
|
||||
Namable(name),
|
||||
_frame(left, right, bottom, top)
|
||||
Namable(name)
|
||||
{
|
||||
_sort = 0;
|
||||
_flags = F_active;
|
||||
set_frame(left, right, bottom, top);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user