mirror of
https://github.com/Gericom/EveryFileExplorer.git
synced 2025-06-19 01:15:36 -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 MarioKart.MKDS.NKM;
|
||||||
using LibEveryFileExplorer.Collections;
|
using LibEveryFileExplorer.Collections;
|
||||||
using MarioKart.UI.MapViewer;
|
using MarioKart.UI.MapViewer;
|
||||||
|
using System.Resources;
|
||||||
|
using System.Globalization;
|
||||||
|
|
||||||
namespace MarioKart.UI
|
namespace MarioKart.UI
|
||||||
{
|
{
|
||||||
@ -186,8 +188,7 @@ namespace MarioKart.UI
|
|||||||
|
|
||||||
private void mapViewer1_Init3D()
|
private void mapViewer1_Init3D()
|
||||||
{
|
{
|
||||||
Bitmap b3 = OBJI.OBJ_2D01;//important!
|
ResourceSet s = OBJI.ResourceManager.GetResourceSet(CultureInfo.CurrentCulture, true, true);
|
||||||
System.Resources.ResourceSet s = OBJI.ResourceManager.GetResourceSet(System.Globalization.CultureInfo.CurrentCulture, false, false);
|
|
||||||
foreach (Object b in s)
|
foreach (Object b in s)
|
||||||
{
|
{
|
||||||
Bitmap b2 = ((Bitmap)((System.Collections.DictionaryEntry)b).Value);
|
Bitmap b2 = ((Bitmap)((System.Collections.DictionaryEntry)b).Value);
|
||||||
|
Loading…
Reference in New Issue
Block a user