mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
Misc matches (#2845)
* Misc debug matches * Fix d_map weak function order * Remove old nonmatching comments * d_menu_dmap and JASAudioThread OK, fix weak func order and rodata alignment * More misc matches
This commit is contained in:
@@ -59,7 +59,7 @@ cXyz cXyz::outprod(const Vec& vec) const {
|
||||
/* 80266CE4-80266D30 004C+00 s=0 e=10 z=1 None .text norm__4cXyzCFv */
|
||||
cXyz cXyz::norm() const {
|
||||
Vec ret;
|
||||
JUT_CONFIRM(251, isNearZeroSquare() == 0);
|
||||
JUT_CONFIRM(251, isNearZeroSquare() == FALSE);
|
||||
PSVECNormalize(this, &ret);
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user