View Issue Details

IDProjectCategoryView StatusLast Update
0000378Gameplay + OpenGL[All Projects] Bugpublic2017-03-04 17:28
ReporterAFADoomer 
Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformOSWindowsOS Version10
Summary0000378: Possible typo in Texman GetSize funciton definition
Descriptionhttps://github.com/coelckers/gzdoom/blob/7d96f85fe89e5134911f15866a0c85727bb71405/src/textures/texturemanager.cpp#L1211

[code=c++]if (numret > 0) ret[0].SetInt(x); if (numret > 1) ret[1].SetInt(x); [/code]

Both return values are set to "x" - the width. Don't think this is correct...
TagsNo tags attached.

Relationships

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2017-03-04 12:05 AFADoomer New Issue
2017-03-04 17:28 Graf Zahl Status new => resolved
2017-03-04 17:28 Graf Zahl Resolution open => fixed