mirror of
https://github.com/celisej567/LibBSP.git
synced 2026-01-04 06:10:07 +03:00
Fix a warning in BSP class.
This commit is contained in:
@@ -590,7 +590,7 @@ namespace LibBSP {
|
||||
/// </summary>
|
||||
/// <param name="index">Index of the lump to get information for.</param>
|
||||
/// <returns>A <see cref="LumpInfo"/> object containing information about lump "<paramref name="index"/>".</returns>
|
||||
public LumpInfo this[int index] {
|
||||
public new LumpInfo this[int index] {
|
||||
get {
|
||||
if (!ContainsKey(index)) {
|
||||
base[index] = reader.GetLumpInfo(index, version);
|
||||
|
||||
Reference in New Issue
Block a user