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

◆ GetScaling()

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

Implements ReLogic.OS.IWindowService.

Definition at line 7 of file WindowService.cs.

8 {
9 return 1f;
10 }