mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 01:44:06 -04:00
fix stdfloat_double goof
This commit is contained in:
parent
22534c9a07
commit
3df5abf110
@ -989,10 +989,10 @@ void PfmFile::
|
|||||||
extrude(const Lens *lens) {
|
extrude(const Lens *lens) {
|
||||||
nassertv(is_valid());
|
nassertv(is_valid());
|
||||||
|
|
||||||
static LMatrix4f from_uv(2.0f, 0.0f, 0.0f, 0.0f,
|
static LMatrix4 from_uv(2.0, 0.0, 0.0, 0.0,
|
||||||
0.0f, 2.0f, 0.0f, 0.0f,
|
0.0, 2.0, 0.0, 0.0,
|
||||||
0.0f, 0.0f, 2.0f, 0.0f,
|
0.0, 0.0, 2.0, 0.0,
|
||||||
-1.0f, -1.0f, -1.0f, 1.0f);
|
-1.0, -1.0, -1.0, 1.0);
|
||||||
|
|
||||||
PfmFile result;
|
PfmFile result;
|
||||||
result.clear(_x_size, _y_size, 3);
|
result.clear(_x_size, _y_size, 3);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user