Fixed Warnings and applied informations
This commit is contained in:
parent
ee732240f7
commit
bf1118c261
7 changed files with 104 additions and 18 deletions
|
|
@ -14,7 +14,7 @@ namespace SM.OGL
|
|||
/// </summary>
|
||||
public abstract class GLObject
|
||||
{
|
||||
private static readonly List<GLObject> _disposableObjects = new List<GLObject>();
|
||||
private static readonly List<GLObject> _disposableObjects = new();
|
||||
private string _name = "";
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue