Skip to content

Commit

Permalink
Disable click to shoot
Browse files Browse the repository at this point in the history
  • Loading branch information
dbecker1 committed Jul 6, 2020
1 parent 9df2788 commit b37ec48
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 40 deletions.
70 changes: 31 additions & 39 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/components/mainScreen/shooting/ShotFeed.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import GoogleAnalyticsUtils from "../../../util/GoogleAnalyticsUtils";
import TargetCanvas from "../../TargetCanvas"

// helpful for debugging/development without an entire setup
const ENABLE_CLICK_TO_SHOOT = true
const ENABLE_CLICK_TO_SHOOT = false

class ShotFeed extends React.Component {
constructor(props) {
Expand Down

0 comments on commit b37ec48

Please sign in to comment.