Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
mirrage
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
GameDevWeek
D
Dependencies
Cpp
mirrage
Commits
3f7bceb1
Commit
3f7bceb1
authored
Sep 22, 2019
by
Florian Oetke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed once-actions in input system
parent
57bcafb5
Pipeline
#3446
passed with stage
in 15 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/mirrage/input/src/input_mapping.cpp
src/mirrage/input/src/input_mapping.cpp
+1
-1
No files found.
src/mirrage/input/src/input_mapping.cpp
View file @
3f7bceb1
...
...
@@ -111,7 +111,7 @@ namespace mirrage::input {
bus
.
send
<
Range_action
>
(
action
.
action
,
src
,
glm
::
vec2
{
intensity
,
0
},
glm
::
vec2
{
0
,
0
});
break
;
case
Reaction_type
::
once
:
case
Reaction_type
::
once
:
break
;
case
Reaction_type
::
once_down
:
bus
.
send
<
Once_action
>
(
action
.
action
,
src
);
break
;
default:
break
;
}
...
...
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