File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ THREE.RGBELoader.prototype = Object.assign( Object.create( THREE.DataTextureLoad
9999 var line , match ,
100100
101101 // regexes to parse header info fields
102- magic_token_re = / ^ # \? ( \S + ) $ / ,
102+ magic_token_re = / ^ # \? ( \S + ) / ,
103103 gamma_re = / ^ \s * G A M M A \s * = \s * ( \d + ( \. \d + ) ? ) \s * $ / ,
104104 exposure_re = / ^ \s * E X P O S U R E \s * = \s * ( \d + ( \. \d + ) ? ) \s * $ / ,
105105 format_re = / ^ \s * F O R M A T = ( \S + ) \s * $ / ,
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ RGBELoader.prototype = Object.assign( Object.create( DataTextureLoader.prototype
113113 var line , match ,
114114
115115 // regexes to parse header info fields
116- magic_token_re = / ^ # \? ( \S + ) $ / ,
116+ magic_token_re = / ^ # \? ( \S + ) / ,
117117 gamma_re = / ^ \s * G A M M A \s * = \s * ( \d + ( \. \d + ) ? ) \s * $ / ,
118118 exposure_re = / ^ \s * E X P O S U R E \s * = \s * ( \d + ( \. \d + ) ? ) \s * $ / ,
119119 format_re = / ^ \s * F O R M A T = ( \S + ) \s * $ / ,
You can’t perform that action at this time.
0 commit comments