stretchedfixedmode: rename plugin to 'stretched mode'

This commit is contained in:
Lotto
2018-10-24 22:01:07 +02:00
parent 7cf3e3401a
commit e7aea257e3
6 changed files with 16 additions and 16 deletions

View File

@@ -33,7 +33,7 @@ import net.runelite.rs.api.RSClient;
import net.runelite.rs.api.RSGameEngine;
@Mixin(RSGameEngine.class)
public abstract class StretchedFixedModeMaxSizeMixin implements RSGameEngine
public abstract class StretchedModeMaxSizeMixin implements RSGameEngine
{
@Shadow("clientInstance")
private static RSClient client;

View File

@@ -33,7 +33,7 @@ import net.runelite.api.mixins.Mixin;
import net.runelite.rs.api.RSClient;
@Mixin(RSClient.class)
public abstract class StretchedFixedModeMixin implements RSClient
public abstract class StretchedModeMixin implements RSClient
{
@Inject
private static boolean stretchedEnabled;