Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9609551

Browse files
Revert "Fix swapped top and bottom fields in CRect"
This reverts commit8f6c222.
1 parent7adbf5e commit9609551

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

‎plugin_III/game_III/CRect.h‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
classCRect {
1313
public:
1414
float left;
15-
float top;
16-
float right;
1715
float bottom;
16+
float right;
17+
float top;
1818

1919
CRect(plugin::dummy_func_t) {}
2020

‎plugin_iii_unreal/game_iii_unreal/CRect.h‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
classCRect {
1111
public:
1212
float left;
13-
float top;
14-
float right;
1513
float bottom;
14+
float right;
15+
float top;
1616

1717
public:
1818
CRect(plugin::dummy_func_t) {

‎plugin_sa_unreal/game_sa_unreal/CRect.h‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
classCRect {
1111
public:
1212
float left;
13-
float top;
14-
float right;
1513
float bottom;
14+
float right;
15+
float top;
1616

1717
public:
1818
CRect(plugin::dummy_func_t) {

‎plugin_vc/game_vc/CRect.h‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
classCRect {
1313
public:
1414
float left;
15-
float top;
16-
float right;
1715
float bottom;
16+
float right;
17+
float top;
1818

1919
CRect(plugin::dummy_func_t) {}
2020

‎plugin_vc_unreal/game_vc_unreal/CRect.h‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
classCRect {
1111
public:
1212
float left;
13-
float top;
14-
float right;
1513
float bottom;
14+
float right;
15+
float top;
1616

1717
public:
1818
CRect(plugin::dummy_func_t) {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp