mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
nothing to see here...
This commit is contained in:
parent
011834c732
commit
48a2734161
1 changed files with 0 additions and 1 deletions
|
@ -251,7 +251,6 @@ public final class AssetUtil {
|
|||
int g = (color >> 8) & 0xFF;
|
||||
int b = color & 0xFF;
|
||||
int a = (int) (alpha * 255);
|
||||
ActuallyAdditions.LOGGER.info("Laser: " + a);
|
||||
|
||||
int lightmap = LightTexture.pack(MAX_LIGHT_X, MAX_LIGHT_Y);
|
||||
|
||||
|
|
Loading…
Reference in a new issue