Skip to content

Commit 0b9cb3b

Browse files
committed
Update flatbuffers-schema submodule
1 parent db7fcb2 commit 0b9cb3b

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

codegen/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ impl PythonBindType {
6363
"PlayerClass",
6464
"GameMessage",
6565
"CollisionShape",
66-
"RelativeRAnchor",
66+
"RelativeAnchor",
6767
"RenderType",
6868
];
6969

flatbuffers-schema

pytest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ def random_script_config():
6464

6565
render_type = RenderMessage(
6666
Line3D(
67-
RAnchor(),
68-
RAnchor(relative=CarRAnchor(0, MyVector(1, 1, 1))),
67+
RenderAnchor(),
68+
RenderAnchor(relative=CarAnchor(0, MyVector(1, 1, 1))),
6969
Color(255),
7070
)
7171
)

src/lib.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,11 @@ pynamedmodule! {
165165
name: rlbot_flatbuffers,
166166
classes: [
167167
AirState,
168+
BallAnchor,
168169
BallBouncinessOption,
169170
BallInfo,
170171
BallMaxSpeedOption,
171172
BallPrediction,
172-
BallRAnchor,
173173
BallSizeOption,
174174
BallTypeOption,
175175
BallWeightOption,
@@ -179,7 +179,7 @@ pynamedmodule! {
179179
BoostPadState,
180180
BoostStrengthOption,
181181
BoxShape,
182-
CarRAnchor,
182+
CarAnchor,
183183
CollisionShape,
184184
Color,
185185
ConsoleCommand,
@@ -228,11 +228,11 @@ pynamedmodule! {
228228
PolyLine3D,
229229
PredictionSlice,
230230
Psyonix,
231-
RAnchor,
232231
RLBot,
233232
ReadyMessage,
234-
RelativeRAnchor,
233+
RelativeAnchor,
235234
RemoveRenderGroup,
235+
RenderAnchor,
236236
RenderGroup,
237237
RenderMessage,
238238
RenderType,

0 commit comments

Comments
 (0)