From b0d1af7f12f0631f9e30b6d2f0f39d3adaa6eee0 Mon Sep 17 00:00:00 2001 From: monster860 Date: Thu, 30 Jun 2016 15:59:32 -0400 Subject: [PATCH] Fine, be picky about what kinds of comments I can put. --- code/_onclick/hud/parallax.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/_onclick/hud/parallax.dm b/code/_onclick/hud/parallax.dm index 1b4010b0aeb..3f5fe32e4ac 100644 --- a/code/_onclick/hud/parallax.dm +++ b/code/_onclick/hud/parallax.dm @@ -178,10 +178,10 @@ var/list/parallax_on_clients = list() bgobj.screen_loc = "CENTER-7:[accumulated_offset_x],CENTER-7:[accumulated_offset_y]" - /*if(abs(x_diff) <= 1 && abs(y_diff) <= 1) + //if(abs(x_diff) <= 1 && abs(y_diff) <= 1) // Animate the movement of the layer - bgobj.transform = matrix(1, 0, acc_x_diff, 0, 1, acc_y_diff) - animate(bgobj, transform = matrix(), time = last_delay)*/ + //bgobj.transform = matrix(1, 0, acc_x_diff, 0, 1, acc_y_diff) + //animate(bgobj, transform = matrix(), time = last_delay) else bgobj.screen_loc = "CENTER-7:[bgobj.base_offset_x],CENTER-7:[bgobj.base_offset_y]"