parent
b25b06430b
commit
e2d04ae503
3 changed files with 15 additions and 4 deletions
|
|
@ -97,6 +97,8 @@ struct SRenderData {
|
|||
|
||||
// for calculating UV
|
||||
CWindow* pWindow = nullptr;
|
||||
|
||||
bool popup = false;
|
||||
};
|
||||
|
||||
struct SExtensionFindingData {
|
||||
|
|
@ -180,7 +182,8 @@ struct SConstraint {
|
|||
Vector2D getLogicConstraintPos();
|
||||
Vector2D getLogicConstraintSize();
|
||||
|
||||
bool operator==(const SConstraint& b) const {
|
||||
//
|
||||
bool operator==(const SConstraint& b) const {
|
||||
return constraint == b.constraint;
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue