Preliminary fixes.
This commit is contained in:
parent
b27021b759
commit
b2bc8935e1
|
@ -1,4 +1,7 @@
|
||||||
namespace IngameScript
|
using Sandbox.ModAPI.Ingame;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
|
||||||
|
namespace IngameScript
|
||||||
{
|
{
|
||||||
partial class Program
|
partial class Program
|
||||||
{
|
{
|
||||||
|
@ -89,6 +92,7 @@
|
||||||
switch (row)
|
switch (row)
|
||||||
{
|
{
|
||||||
case 0:
|
case 0:
|
||||||
|
offset.X = _viewport.Size.X / 2f;
|
||||||
offset.Y = 0f;
|
offset.Y = 0f;
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user