Fix missing line from editing merge conflct.
This commit is contained in:
parent
e79df2bfcc
commit
6d79bac2fe
|
|
@ -648,6 +648,8 @@ create_texture(DXScreenData &scrn) {
|
|||
DWORD usage;
|
||||
D3DPOOL pool;
|
||||
|
||||
usage = 0;
|
||||
// if (get_texture()->get_render_to_texture ( )) {
|
||||
if (get_texture()->get_render_to_texture ( )) {
|
||||
// REQUIRED PARAMETERS
|
||||
_managed = false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue