Skip to content

Commit

Permalink
remove le epic debug keys
Browse files Browse the repository at this point in the history
  • Loading branch information
omicronrex committed Aug 24, 2024
1 parent 401b181 commit 93025fc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gm82gltf.gml
Original file line number Diff line number Diff line change
Expand Up @@ -356,14 +356,12 @@
__j-=1
}

if (keyboard_check(vk_space)) __texture_base =__gm82gltf_texpixel

// bind materials
__filter=texture_get_interpolation()
if (__texture_norm!=noone) {
texture_set_stage("uNormTexture",__texture_norm)
texture_set_stage_interpolation("uNormTexture",__filter)
shader_pixel_uniform_f("uNormalMap_enabled",!keyboard_check(ord("N")))
shader_pixel_uniform_f("uNormalMap_enabled",1)
} else shader_pixel_uniform_f("uNormalMap_enabled",0)
if (__texture_occ!=noone) {
texture_set_stage("uOccTexture",__texture_occ)
Expand Down

0 comments on commit 93025fc

Please sign in to comment.