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
|
||||
{
|
||||
|
@ -89,6 +92,7 @@
|
|||
switch (row)
|
||||
{
|
||||
case 0:
|
||||
offset.X = _viewport.Size.X / 2f;
|
||||
offset.Y = 0f;
|
||||
break;
|
||||
case 1:
|
||||
|
|
Loading…
Reference in New Issue
Block a user