Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
thick-casting
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
潘栩锋
thick-casting
Commits
e1e9346d
Commit
e1e9346d
authored
Jul 01, 2021
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复 GetBoltIndex_fromPos 实现
parent
11255317
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
BoltMapFilmCasting.cs
...asting/FLY.Thick.FilmCasting/Server/BoltMapFilmCasting.cs
+3
-1
No files found.
Project.FLY.Thick.FilmCasting/FLY.Thick.FilmCasting/Server/BoltMapFilmCasting.cs
View file @
e1e9346d
...
...
@@ -346,7 +346,9 @@ namespace FLY.Thick.FilmCasting.Server
public
int
GetBoltIndex_fromPos
(
int
pos
)
{
throw
new
Exception
(
"不支持 GetBoltIndex_fromPos"
);
return
this
.
bolts
.
FindIndex
(
r
=>
r
.
Contain
(
pos
));
//throw new Exception("不支持 GetBoltIndex_fromPos");
}
#
endregion
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment