mirror of
https://github.com/Gericom/EveryFileExplorer.git
synced 2025-06-18 17:05:33 -04:00
Fixed NKM Viewer Bug
This commit is contained in:
parent
449e36d29b
commit
557c6efac2
@ -17,6 +17,8 @@ using MarioKart.MKDS;
|
||||
using MarioKart.MKDS.NKM;
|
||||
using LibEveryFileExplorer.Collections;
|
||||
using MarioKart.UI.MapViewer;
|
||||
using System.Resources;
|
||||
using System.Globalization;
|
||||
|
||||
namespace MarioKart.UI
|
||||
{
|
||||
@ -186,8 +188,7 @@ namespace MarioKart.UI
|
||||
|
||||
private void mapViewer1_Init3D()
|
||||
{
|
||||
Bitmap b3 = OBJI.OBJ_2D01;//important!
|
||||
System.Resources.ResourceSet s = OBJI.ResourceManager.GetResourceSet(System.Globalization.CultureInfo.CurrentCulture, false, false);
|
||||
ResourceSet s = OBJI.ResourceManager.GetResourceSet(CultureInfo.CurrentCulture, true, true);
|
||||
foreach (Object b in s)
|
||||
{
|
||||
Bitmap b2 = ((Bitmap)((System.Collections.DictionaryEntry)b).Value);
|
||||
|
Loading…
Reference in New Issue
Block a user