Fixed some memory things on PSP
This commit is contained in:
@@ -36,6 +36,7 @@ errorret_t sceneMapInit(scenedata_t *data) {
|
||||
data->sceneMap.camera.lookatPixelPerfect.up
|
||||
);
|
||||
data->sceneMap.camera.lookatPixelPerfect.pixelsPerUnit = 1.0f;
|
||||
data->sceneMap.camera.perspective.fov = glm_rad(90.0f);
|
||||
|
||||
errorOk();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user