Bug 5314 - "snc" drawn in nirvana instead at lagometer
Status: RESOLVED FIXED
Alias: None
Product: ioquake3
Classification: Unclassified
Component: Misc
Version: GIT MASTER
Hardware: All All
: P3 trivial
Assignee: Zachary J. Slater
QA Contact: ioquake3 bugzilla mailing list
URL:
Depends on:
Blocks:
 
Reported: 2011-12-12 15:18 EST by symlink
Modified: 2012-02-06 16:30:10 EST
1 user (show)

See Also:


Attachments
Fixes "snc" being drawn at the wrong coordinates (406 bytes, patch)
2011-12-12 15:18 EST, symlink

Description symlink 2011-12-12 15:18:28 EST
Created attachment 3031 [details]
Fixes "snc" being drawn at the wrong coordinates

The code to draw the string "snc" on the lagometer uses wrong coordinates. ax and ay have already been run through CG_AdjustFrom640() and will finally be adjusted a second time by CG_DrawChar(). The initial and unchanged x and y variables are the right ones to use.
Comment 1 Zack Middleton 2012-02-06 16:30:10 EST
Applied in r2219.