mirror of
https://github.com/devZoGok/vb01.git
synced 2026-08-26 19:43:30 +00:00
opaque objects are rendered before transparent objects
This commit is contained in:
@@ -64,7 +64,6 @@ namespace vb01{
|
||||
mixRatio = .1;
|
||||
|
||||
for(int i = 0; i < numFrames; i++){
|
||||
bool png = false;
|
||||
int length = paths[i].length();
|
||||
|
||||
if(paths[i].substr(length - 4, string::npos) == ".png")
|
||||
|
||||
Reference in New Issue
Block a user