mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Fixed missing semicolons
This commit is contained in:
@@ -8,7 +8,7 @@ namespace GlitchyEngine.Renderer
|
||||
/**
|
||||
* Returns the size in bytes of an index of the IndexFormat.
|
||||
*/
|
||||
public int IndexSize => this == Index16Bit ? 2 : 4
|
||||
public int IndexSize => this == Index16Bit ? 2 : 4;
|
||||
}
|
||||
|
||||
public class IndexBuffer : Buffer
|
||||
|
||||
Reference in New Issue
Block a user