Preliminary fixes.
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user