Skip to content

Commit

Permalink
Update InitCommon.js
Browse files Browse the repository at this point in the history
  • Loading branch information
erichlof authored May 22, 2024
1 parent ffa5d8b commit 234e438
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/InitCommon.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ let KeyboardState = {
function onKeyDown(event)
{
event.preventDefault();

KeyboardState[event.code] = true;
}

Expand Down Expand Up @@ -468,7 +468,7 @@ function init()
// load a resource
blueNoiseTexture = textureLoader.load(
// resource URL
'textures/BlueNoise_RGBA256.png',
'textures/BlueNoise_R_128.png',

// onLoad callback
function(texture)
Expand Down

0 comments on commit 234e438

Please sign in to comment.