Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added sign Emission. Issue #283 #320

Merged
merged 3 commits into from
Jun 29, 2024

Conversation

RozeDoyanawa
Copy link
Collaborator

Also fixed type on background in reflection

Also fixed type on background in reflection
@@ -1785,7 +1785,7 @@ BeginFunc(getTimeTable, "Get Time Table", "Returns the timetable of this train."
Body()
timeTable = Ctx.GetTrace() / self->GetTimeTable();
} EndFunc()
BeginFunc(newTimeTable, "New Time Table", "Creates and returns a new timetable for this train.", 0) {
BeginFunc(newTimeTable, "New Time Table", "Creates and returns a new timetable for this train.") {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why? Is it sure safe to call NewTimeTable in parallel?

@RozeDoyanawa
Copy link
Collaborator Author

Undo commit pushed

@@ -2437,11 +2437,16 @@ BeginProp(RStruct<FLinearColor>, foreground, "Foreground", "The foreground Color
} PropSet() {
self->ForegroundColor = Val;
} EndProp()
BeginProp(RStruct<FLinearColor>, background, "bBckground", "The background Color.") {
BeginProp(RStruct<FLinearColor>, background, "Bckground", "The background Color.") {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you sure that should not be "Background" not "Bckground"? xD

@Panakotta00 Panakotta00 merged commit c04084d into Panakotta00:development Jun 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants