Skip to content

Commit

Permalink
forgot to change from local -> blot editor
Browse files Browse the repository at this point in the history
  • Loading branch information
JaidenAGrimminck authored Oct 8, 2024
1 parent 79058a7 commit e4b597f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion art/3D-Raycasting-Jaiden/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const fov = 60;
//if in local enviornment, set to true. If in the blot editor, set to false.
//just flips it around and edits the values accordingly
//ignore this one if you're in the blot editor
const inLocalEnviornment = true;
const inLocalEnviornment = false;

const blotwidth = 125;
const blotheight = 125;
Expand Down

0 comments on commit e4b597f

Please sign in to comment.