You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -38,7 +38,7 @@ function cssYPos( texture, context ) {
38
38
}
39
39
40
40
// Hard coded css X image positioning - context accepts button or panel
41
-
functioncssXPos(texture,context){
41
+
functioncssXPos(texture){
42
42
if(texture==="flat"){
43
43
return"";
44
44
}
@@ -59,7 +59,7 @@ function hashColor( color ) {
59
59
// Update textureVars from previous filename format (eg. 02_glass.png) to type-only format (eg. glass). Changed on images generation rewrite (port to nodejs).
0 commit comments