mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-16 02:39:48 -04:00
How did this magically compile in my IDE again? -.-
This commit is contained in:
parent
1d933fd9f5
commit
ca87513dc3
@ -134,7 +134,7 @@ object PrintData {
|
||||
else baseMaterialRequired
|
||||
val inkRequired = (totalSurface / 6) max 1
|
||||
|
||||
Option((materialRequired * multiplier, inkRequired))
|
||||
Option(((materialRequired * multiplier).toInt, inkRequired))
|
||||
}
|
||||
else None
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user