Skip to content

Commit e4a0da8

Browse files
authored
IBLGLEnvBaker: don't share a logger with IBLHybridEnvBakerLight (#2187)
updates the copyright years for the IBLGLEnvBaker.java source file.
1 parent e452b16 commit e4a0da8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jme3-core/src/main/java/com/jme3/environment/baker/IBLGLEnvBaker.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2009-2023 jMonkeyEngine
2+
* Copyright (c) 2009-2024 jMonkeyEngine
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without
@@ -60,7 +60,7 @@
6060
* @author Riccardo Balbo
6161
*/
6262
public class IBLGLEnvBaker extends GenericEnvBaker implements IBLEnvBaker {
63-
private static final Logger LOGGER = Logger.getLogger(IBLHybridEnvBakerLight.class.getName());
63+
private static final Logger LOGGER = Logger.getLogger(IBLGLEnvBakerLight.class.getName());
6464

6565
protected Texture2D brtf;
6666
protected TextureCubeMap irradiance;

0 commit comments

Comments
 (0)