Fixed UVs in Plate

This commit is contained in:
Michel Fedde 2020-12-13 13:06:28 +01:00
parent 311039d8ae
commit fca5502550

View file

@ -36,10 +36,10 @@ namespace SM.Base.Objects.Static
/// <inheritdoc /> /// <inheritdoc />
public override VBO UVs { get; } = new VBO(pointerSize: 2) public override VBO UVs { get; } = new VBO(pointerSize: 2)
{ {
{0, 0},
{0, 1}, {0, 1},
{1, 1}, {0, 0},
{1, 0} {1, 0},
{1, 1}
}; };
/// <inheritdoc /> /// <inheritdoc />