Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetScaling()

float ReLogic.OS.Linux.WindowService.GetScaling ( )
inline

Implements ReLogic.OS.IWindowService.

Definition at line 20 of file WindowService.cs.

21 {
22 return 1f;
23 }