Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ZoneBuilder
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ashnal
ZoneBuilder
Commits
607b09d0
Commit
607b09d0
authored
4 years ago
by
sphere
Browse files
Options
Downloads
Patches
Plain Diff
Fix the very last zoom tube waypoint line not being drawn.
parent
16299772
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Source/Core/Rendering/Renderer2D.cs
+1
-1
1 addition, 1 deletion
Source/Core/Rendering/Renderer2D.cs
with
1 addition
and
1 deletion
Source/Core/Rendering/Renderer2D.cs
+
1
−
1
View file @
607b09d0
...
@@ -1461,7 +1461,7 @@ namespace CodeImp.DoomBuilder.Rendering
...
@@ -1461,7 +1461,7 @@ namespace CodeImp.DoomBuilder.Rendering
int
size
=
waypoints
.
Count
;
int
size
=
waypoints
.
Count
;
int
seqStart
=
0
;
int
seqStart
=
0
;
TextLabel
[]
sequencelabels
=
new
TextLabel
[
256
];
TextLabel
[]
sequencelabels
=
new
TextLabel
[
256
];
while
(
i
<
size
-
1
)
while
(
i
<
size
)
{
{
int
iNext
=
i
+
1
;
int
iNext
=
i
+
1
;
if
(
waypoints
[
i
].
AngleDoom
%
256
==
0
)
// start of a new sequence?
if
(
waypoints
[
i
].
AngleDoom
%
256
==
0
)
// start of a new sequence?
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment