Use correct order in rect definition
This commit is contained in:
parent
f7be0f8747
commit
f2e39fb2f7
1 changed files with 1 additions and 1 deletions
|
|
@ -27,8 +27,8 @@
|
|||
#include "FrameBuffer.h"
|
||||
|
||||
struct LayerRect {
|
||||
int top;
|
||||
int left;
|
||||
int top;
|
||||
int right;
|
||||
int bottom;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue