Skip to content

Commit

Permalink
Merge pull request #3903 from kwvanderlinde/bugfix/3902-fix-upgraded-…
Browse files Browse the repository at this point in the history
…lumens-values

Un-finalize LightSource.lumens
  • Loading branch information
cwisniew authored Apr 12, 2023
2 parents cb24645 + b2532d3 commit 2dbcfbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/rptools/maptool/model/LightSource.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public enum Type {

// Lumens are now in the individual Lights. This field is only here for backwards compatibility
// and should not otherwise be used.
@Deprecated private final int lumens = Integer.MIN_VALUE;
@Deprecated private int lumens = Integer.MIN_VALUE;

/**
* Constructs a personal light source.
Expand Down

0 comments on commit 2dbcfbf

Please sign in to comment.