update for libogc
This commit is contained in:
parent
a360132579
commit
c992e47e46
|
@ -69,9 +69,9 @@ static Mtx view;
|
|||
/* New texture based scaler */
|
||||
typedef struct tagcamera
|
||||
{
|
||||
Vector pos;
|
||||
Vector up;
|
||||
Vector view;
|
||||
guVector pos;
|
||||
guVector up;
|
||||
guVector view;
|
||||
}
|
||||
camera;
|
||||
|
||||
|
|
Reference in a new issue